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 ca9f3e5 commit b20ab52Copy full SHA for b20ab52
lib/sentry/config.ex
@@ -502,8 +502,6 @@ defmodule Sentry.Config do
502
|> fill_in_from_env(:release, "SENTRY_RELEASE")
503
|> fill_in_from_env(:environment_name, "SENTRY_ENVIRONMENT")
504
505
- IO.inspect(@opts_schema, label: "booms")
506
-
507
case NimbleOptions.validate(config_opts, @opts_schema) do
508
{:ok, opts} ->
509
opts
0 commit comments