sentry-elixir
sentry-elixir copied to clipboard
Error reading config during `mix release` on elixir 1.19.2 + otp28.1+
Issue Description
The :source_code_exclude_patterns config is resulting in the following error during mix release
** (Mix) Could not read configuration file. It has invalid configuration terms such as functions, references, and pids. Please make sure your configuration is made of numbers, atoms, strings, maps, tuples and lists. The following entries are wrong:
Application: :sentry
Key: :source_code_exclude_patterns
Value: [~r/\/_build\//, ~r/\/deps\//, ~r/\/priv\//, ~r/\/test\//]
Reproduction Steps
run mix release on an app with sentry on elixir 1.19.2 + otp28.1+
Expected Behavior
running mix release should succeed
Actual Behavior
** (Mix) Could not read configuration file. It has invalid configuration terms such as functions, references, and pids. Please make sure your configuration is made of numbers, atoms, strings, maps, tuples and lists. The following entries are wrong:
Application: :sentry
Key: :source_code_exclude_patterns
Value: [~r/\/_build\//, ~r/\/deps\//, ~r/\/priv\//, ~r/\/test\//]
Elixir Version
1.19.2
SDK Version
11.0.4
Integration and Its Version
No response
Sentry Config
No response