Skip to content

feat!: Remove enable_logs - #3053

Open
sl0thentr0py wants to merge 1 commit into
masterfrom
neel/remove-enable-log
Open

feat!: Remove enable_logs#3053
sl0thentr0py wants to merge 1 commit into
masterfrom
neel/remove-enable-log

Conversation

@sl0thentr0py

@sl0thentr0py sl0thentr0py commented Aug 12, 2026

Copy link
Copy Markdown
Member

Changelog Entry

Logs are now enabled by default and enable_logs is removed.
Using sentry-rails will automatically turn on automatic structured logging from Rails. if you want to turn it off, use:

Sentry.init do |config
  # ...
  config.rails.structured_logging.enabled = false
end

Issues

@sl0thentr0py
sl0thentr0py force-pushed the neel/remove-enable-log branch from 13a01b2 to 3025656 Compare August 24, 2026 11:20
@linear-code

linear-code Bot commented Aug 24, 2026

Copy link
Copy Markdown

RUBY-177

@sl0thentr0py
sl0thentr0py force-pushed the neel/remove-enable-log branch from 3025656 to fa83fbb Compare August 24, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable logging by default [Ruby]

1 participant