EXP: update to Sentry 12.0

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