syntax fix
This commit is contained in:
parent
0d43a13ea1
commit
ee21d34e02
|
@ -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!(),
|
||||
|
|
Loading…
Reference in New Issue