remove sentry

This commit is contained in:
Daniel Bulant 2023-05-08 19:09:41 +02:00
parent 5a4d7e91ca
commit 8809c92b40

View file

@ -13,13 +13,6 @@
export let data;
if (browser && !dev) {
Sentry.init({
dsn: import.meta.env.VITE_SENTRY_DSN,
environment: import.meta.env.VITE_SENTRY_ENVIRONMENT,
release: import.meta.env.VITE_SENTRY_RELEASE,
});
}
if(browser) {
apm.setInitialPageLoadName($page.route.id);
}