Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b20ab52

Browse files
committedFeb 15, 2025·
wip
1 parent ca9f3e5 commit b20ab52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/sentry/config.ex

-2
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@ defmodule Sentry.Config do
502502
|> fill_in_from_env(:release, "SENTRY_RELEASE")
503503
|> fill_in_from_env(:environment_name, "SENTRY_ENVIRONMENT")
504504

505-
IO.inspect(@opts_schema, label: "booms")
506-
507505
case NimbleOptions.validate(config_opts, @opts_schema) do
508506
{:ok, opts} ->
509507
opts

0 commit comments

Comments
 (0)
Please sign in to comment.