Skip to content

Commit 593b1ce

Browse files
committed
Rm old Sentry init
1 parent 6b2b79b commit 593b1ce

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

app.vue

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<script setup>
2-
/** Vendor */
3-
// import * as Sentry from "@sentry/vue"
4-
52
/** Services */
63
import Socket from "@/services/api/socket"
74
import amp from "@/services/amp"
@@ -135,22 +132,6 @@ onMounted(async () => {
135132
})
136133
}
137134
138-
// if (window.location.hostname !== "localhost") {
139-
// Sentry.init({
140-
// dsn: "https://2801a6c0442d2b0cd4df995e4bbe45dc@newsentry.baking-bad.org/12",
141-
// integrations: [
142-
// Sentry.replayIntegration({
143-
// maskAllText: false,
144-
// blockAllMedia: false,
145-
// }),
146-
// ],
147-
148-
// // Session Replay
149-
// replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
150-
// replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
151-
// })
152-
// }
153-
154135
window.onbeforeunload = function () {
155136
Socket.close()
156137
}

0 commit comments

Comments
 (0)