mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
remove sentry
This commit is contained in:
parent
5a4d7e91ca
commit
8809c92b40
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue