Closed
Description
Environment
Elixir 1.14.5
Erlang 25.3.2.7
Sentry 10.1.0
Steps to Reproduce
Configured Sentry according to documentation on HexDocs.
Our config
if config_env() == :prod do
config :sentry,
dsn: System.fetch_env!("SENTRY_DSN"),
enable_source_code_context: true,
environment_name: System.fetch_env!("SENTRY_ENV"),
hackney_opts: [
ssl_options: [
cacertfile: :certifi.cacertfile()
]
],
root_source_code_paths: [File.cwd!()]
end
Expected Result
Errors would continue coming into Sentry in a readable format.
Actual Result

Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status