Skip to content

Commit 83a727a

Browse files
committed
Fix compilation warning
1 parent 8eeca14 commit 83a727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ defmodule Sentry.Application do
5757
end
5858

5959
if config[:quantum][:cron][:enabled] do
60-
Sentry.Cron.Quantum.attach_telemetry_handler()
60+
Sentry.Integrations.Quantum.Cron.attach_telemetry_handler()
6161
end
6262
end
6363
end

0 commit comments

Comments
 (0)