Skip to content

Commit b047f71

Browse files
Fix a typo in the docs (#802)
1 parent 3f8c2e2 commit b047f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ defmodule Sentry do
112112
113113
Before v9.0.0, the recommended way to filter out exceptions was to use a *filter*,
114114
that is, a module implementing the `Sentry.EventFilter` behaviour. This is still supported,
115-
but is not deprecated. See `Sentry.EventFilter` for more information.
115+
but is now deprecated. See `Sentry.EventFilter` for more information.
116116
117117
## Event Callbacks
118118

0 commit comments

Comments
 (0)