🔥 chore(sentry): Configure Sentry pour la capture des erreurs.

This commit is contained in:
Serreau Jovann
2026-01-15 22:16:01 +01:00
parent e82b2048e0
commit 27dfc76f13

View File

@@ -2,7 +2,6 @@ import './app.scss'
import * as Turbo from "@hotwired/turbo"
import * as Sentry from "@sentry/browser";
// --- INITIALISATION SENTRY (En premier !) ---
Sentry.init({
dsn: "https://803814be6540031b1c37bf92ba9c0f79@sentry.esy-web.dev/24",
@@ -20,9 +19,7 @@ Sentry.init({
// --- INITIALISATION DES COMPOSANTS APRÈS TURBO/CHARGEMENT ---
document.addEventListener('DOMContentLoaded', ()=>{
});
document.addEventListener('turbo:load', () => {
});