You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the active_support_logger doesn't capture data from a logger. it logs data from ActiveSupport's instrumentation, which doesn't have a log as log level.
if you're using sentry-ruby 4.3.1, you can use config.before_breadcrumb to filter out the data you want to exclude.
Describe the bug
Tracing doesn't respect logger config.
To Reproduce
Current config:
Expected behavior
Transaction
module should respectconfig.logger
andconfig.logger.level
Actual behavior
There are a lot of debug logs produced by
Transaction
module with config given in upper section.https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/transaction.rb#L118
Environment
The text was updated successfully, but these errors were encountered: