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 d4c8d52 commit 271699eCopy full SHA for 271699e
lib/sentry/application.ex
@@ -29,7 +29,7 @@ defmodule Sentry.Application do
29
30
with {:ok, pid} <-
31
Supervisor.start_link(children, strategy: :one_for_one, name: Sentry.Supervisor) do
32
- start_integrations(config)
+ start_integrations(Keyword.fetch!(config, :integrations))
33
{:ok, pid}
34
end
35
0 commit comments