Skip to content

Commit

Permalink
Fix a typo in the docs (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirgramacho authored Sep 25, 2024
1 parent 3f8c2e2 commit b047f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule Sentry do
Before v9.0.0, the recommended way to filter out exceptions was to use a *filter*,
that is, a module implementing the `Sentry.EventFilter` behaviour. This is still supported,
but is not deprecated. See `Sentry.EventFilter` for more information.
but is now deprecated. See `Sentry.EventFilter` for more information.
## Event Callbacks
Expand Down

0 comments on commit b047f71

Please sign in to comment.