From d3f744ae9cc981d63454f08b510bcbeb0e9e08cf Mon Sep 17 00:00:00 2001 From: sugoidogo Date: Sat, 18 Jan 2025 11:57:22 +0000 Subject: [PATCH] remove sentry --- static/SugoiAuthProvider.mjs | 11 ----------- static/SugoiAuthProvider2.mjs | 11 ----------- static/tba.mjs | 11 ----------- 3 files changed, 33 deletions(-) diff --git a/static/SugoiAuthProvider.mjs b/static/SugoiAuthProvider.mjs index 006105f..1d6b60b 100644 --- a/static/SugoiAuthProvider.mjs +++ b/static/SugoiAuthProvider.mjs @@ -1,14 +1,3 @@ -try{ - const sentry=await import('https://cdn.jsdelivr.net/npm/@sentry/browser@8/+esm') - sentry.init({ - dsn:'https://1982d0155a1144f4a8c5bac6578572e7@app.glitchtip.com/8990', - environment:location.hostname, - release:"8.1.0" - }) -}catch(e){ - console.warn('automatic error reporting failed to load',e) -} - import TwitchAuth from "./TwitchAuth.mjs"; export default class SugoiAuthProvider { diff --git a/static/SugoiAuthProvider2.mjs b/static/SugoiAuthProvider2.mjs index 2567b43..e2abfba 100644 --- a/static/SugoiAuthProvider2.mjs +++ b/static/SugoiAuthProvider2.mjs @@ -1,14 +1,3 @@ -try{ - const sentry=await import('https://cdn.jsdelivr.net/npm/@sentry/browser@8/+esm') - sentry.init({ - dsn:'https://1982d0155a1144f4a8c5bac6578572e7@app.glitchtip.com/8990', - environment:location.hostname, - release:"8.1.0" - }) -}catch(e){ - console.warn('automatic error reporting failed to load',e) -} - import TwitchAuth from "./TwitchAuth-localforage.mjs"; /** diff --git a/static/tba.mjs b/static/tba.mjs index 1547296..bbd77a8 100644 --- a/static/tba.mjs +++ b/static/tba.mjs @@ -1,14 +1,3 @@ -try{ - const sentry=await import('https://cdn.jsdelivr.net/npm/@sentry/browser@8/+esm') - sentry.init({ - dsn:'https://1982d0155a1144f4a8c5bac6578572e7@app.glitchtip.com/8990', - environment:location.hostname, - release:"8.1.0" - }) -}catch(e){ - console.warn('automatic error reporting failed to load',e) -} - /** @param {Response} response */ async function validateResponse(response){ if(!response.ok){