We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8c2e2 commit b047f71Copy full SHA for b047f71
lib/sentry.ex
@@ -112,7 +112,7 @@ defmodule Sentry do
112
113
Before v9.0.0, the recommended way to filter out exceptions was to use a *filter*,
114
that is, a module implementing the `Sentry.EventFilter` behaviour. This is still supported,
115
- but is not deprecated. See `Sentry.EventFilter` for more information.
+ but is now deprecated. See `Sentry.EventFilter` for more information.
116
117
## Event Callbacks
118
0 commit comments