Skip to content

Commit

Permalink
Removed logging donation data V
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Nov 19, 2024
1 parent ce05061 commit f5ef42c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f5ef42c

Please sign in to comment.