feat(app.js): Initialise Sentry pour la gestion des erreurs frontend.

This commit is contained in:
Serreau Jovann
2026-01-15 22:15:11 +01:00
parent c211f243ca
commit e82b2048e0

View File

@@ -1,5 +1,6 @@
import './app.scss'
import * as Turbo from "@hotwired/turbo"
import * as Sentry from "@sentry/browser";
// --- INITIALISATION SENTRY (En premier !) ---