Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 25, 2024
1 parent 8eeca14 commit 83a727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defmodule Sentry.Application do
end

if config[:quantum][:cron][:enabled] do
Sentry.Cron.Quantum.attach_telemetry_handler()
Sentry.Integrations.Quantum.Cron.attach_telemetry_handler()
end
end
end

0 comments on commit 83a727a

Please sign in to comment.