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 a4f444f commit d5c171aCopy full SHA for d5c171a
lib/sentry/integrations/telemetry.ex
@@ -16,7 +16,7 @@ defmodule Sentry.Integrations.Telemetry do
16
:telemetry.attach(
17
"#{inspect(__MODULE__)}-telemetry-failures",
18
@failure_event,
19
- &handle_event/4,
+ &__MODULE__.handle_event/4,
20
:no_config
21
)
22
0 commit comments