Skip to content

Errors are unreadable in v9 and v10 #685

Closed
@anthonator

Description

@anthonator

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

Screenshot 2024-01-31 at 4 42 16 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions