From f5ef42c90d4043d71d0c1fa98dbd5e4db7f041d8 Mon Sep 17 00:00:00 2001 From: Emiel Date: Tue, 19 Nov 2024 13:45:56 +0100 Subject: [PATCH] Removed logging donation data V --- core/config/runtime.exs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/config/runtime.exs b/core/config/runtime.exs index 74c5c7bcf..3bd2debda 100644 --- a/core/config/runtime.exs +++ b/core/config/runtime.exs @@ -117,14 +117,6 @@ if config_env() == :prod do access_key: System.get_env("UNSPLASH_ACCESS_KEY"), app_name: System.get_env("UNSPLASH_APP_NAME") - if sentry_dsn = System.get_env("SENTRY_DSN") do - config :sentry, - dsn: sentry_dsn, - environment_name: app_domain, - enable_source_code_context: true, - root_source_code_paths: [File.cwd!()] - end - config :core, :storage, services: System.get_env("STORAGE_SERVICES", "builtin, yoda")