syntax fix

This commit is contained in:
Lili (Tlapka) 2021-10-20 14:33:15 +02:00
parent 0d43a13ea1
commit ee21d34e02
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ config :logger, level: :info
# sentry config
config :sentry,
dsn: System.get_env("SENTRY_DSN") || ""
dsn: System.get_env("SENTRY_DSN") || "",
environment_name: :prod,
enable_source_code_context: true,
root_source_code_path: File.cwd!(),