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
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,16 @@ end
209
209
210
210
You can find the list of exceptions that are excluded by default in [Raven::Configuration::IGNORE_DEFAULT](https://github.com/getsentry/raven-ruby/blob/master/lib/raven/configuration.rb). Remember you'll be overriding those defaults by setting this configuration.
211
211
212
+
You can also use a configuration option to determine if an individual event should
213
+
be sent to Sentry. Events are passed to the Proc or lambda you provide - returning
214
+
`false` will stop the event from sending to Sentry:
0 commit comments