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
FEATURE: Added config.inspect_exception_causes_for_exclusion. Determines if the exception cause should be inspected for config.excluded_exceptions option. [@effron, #872]
FEATURE: Added config.before_send. Provide a lambda or proc to this config setting, which will be called when before sending an event to Sentry. Receives event and hint as parameter. hint is a has {:exception => ex | nil, :message => message | nil}. [@HazAT, #847]
BUGFIX: Correctly handle public only DSNs [@mitsuhiko, #847]
BUGFIX: context attributes with nil raised error [@joker-777, 824]
BUGFIX: Suppress warning about enabling dyno metadata in Heroku CI [@meganemura, #833]