Revert "EXP: update to Sentry 12.0"

This reverts commit 657d82b021.
This commit is contained in:
Claudio Ortolina
2026-02-26 10:59:45 +00:00
parent 0257ea8b7c
commit f23bb58414
4 changed files with 29 additions and 6 deletions
+1 -2
View File
@@ -127,8 +127,7 @@ config :music_library, MusicLibrary.BackgroundRepo, priv: "priv/background_repo"
config :fluxon, :translate_function, &MusicLibraryWeb.CoreComponents.translate_error/1
config :sentry,
# client: Sentry.FinchClient,
enable_logs: true,
client: Sentry.FinchClient,
environment_name: config_env(),
enable_source_code_context: true,
root_source_code_paths: [File.cwd!()]