From b047f71d3ab9ef466d61c5acfa0e441f423873b6 Mon Sep 17 00:00:00 2001 From: wlad Date: Wed, 25 Sep 2024 17:11:09 -0300 Subject: [PATCH] Fix a typo in the docs (#802) --- lib/sentry.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sentry.ex b/lib/sentry.ex index c90fe28e..6a7acbd5 100644 --- a/lib/sentry.ex +++ b/lib/sentry.ex @@ -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