Skip to content

Commit 271699e

Browse files
authored
Fix automatic start integrations (#704)
1 parent d4c8d52 commit 271699e

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
@@ -29,7 +29,7 @@ defmodule Sentry.Application do
2929

3030
with {:ok, pid} <-
3131
Supervisor.start_link(children, strategy: :one_for_one, name: Sentry.Supervisor) do
32-
start_integrations(config)
32+
start_integrations(Keyword.fetch!(config, :integrations))
3333
{:ok, pid}
3434
end
3535
end

0 commit comments

Comments
 (0)