🔥 chore(sentry): Configure Sentry pour la capture des erreurs.
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user