Skip to content

Commit

Permalink
Fix automatic start integrations (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshev4enko authored Mar 20, 2024
1 parent d4c8d52 commit 271699e
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 @@ -29,7 +29,7 @@ defmodule Sentry.Application do

with {:ok, pid} <-
Supervisor.start_link(children, strategy: :one_for_one, name: Sentry.Supervisor) do
start_integrations(config)
start_integrations(Keyword.fetch!(config, :integrations))
{:ok, pid}
end
end
Expand Down

0 comments on commit 271699e

Please sign in to comment.