remove sentry
This commit is contained in:
@@ -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";
|
import TwitchAuth from "./TwitchAuth.mjs";
|
||||||
|
|
||||||
export default class SugoiAuthProvider {
|
export default class SugoiAuthProvider {
|
||||||
|
|||||||
@@ -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";
|
import TwitchAuth from "./TwitchAuth-localforage.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 */
|
/** @param {Response} response */
|
||||||
async function validateResponse(response){
|
async function validateResponse(response){
|
||||||
if(!response.ok){
|
if(!response.ok){
|
||||||
|
|||||||
Reference in New Issue
Block a user