Setup Sentry

This commit is contained in:
Claudio Ortolina
2024-10-03 10:11:04 +01:00
parent a02e6a5fcf
commit ecce630ae4
6 changed files with 27 additions and 1 deletions
+6
View File
@@ -61,6 +61,12 @@ if config_env() == :prod do
],
secret_key_base: secret_key_base
config :sentry,
dsn: System.get_env("SENTRY_DSN"),
environment_name: config_env(),
enable_source_code_context: true,
root_source_code_paths: [File.cwd!()]
# ## SSL Support
#
# To get SSL working, you will need to add the `https` key