From a31892709e8db6486819eaaebb2cc7acfefa5f97 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 3 Oct 2025 07:48:37 +0300 Subject: [PATCH] SENTRY_DSN is read automatically by the library --- config/runtime.exs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index 4bd3ff90..a5e3cf1a 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -153,15 +153,6 @@ if config_env() == :prod do ], secret_key_base: secret_key_base - sentry_dsn = - System.get_env("SENTRY_DSN") || - raise """ - environment variable SENTRY_DSN is missing. - """ - - config :sentry, - dsn: sentry_dsn - # ## SSL Support # # To get SSL working, you will need to add the `https` key