add glitchtip

This commit is contained in:
SugoiDogo
2024-09-29 22:19:57 -07:00
committed by GitHub
parent b574abbc9d
commit d1ee10260b
+10 -1
View File
@@ -29,6 +29,15 @@
integrity="sha256-h/nnsIkJJZMNu08xQJBMuUvcrgcUj1YlTYmoA0q4Ep8="
crossorigin="anonymous"></script>
<script type="module">
try{
const sentry=await import('https://cdn.jsdelivr.net/npm/@sentry/browser@8/+esm')
sentry.init({
dsn:'https://d0b7617221824fafa3cd9a4d7039a612@app.glitchtip.com/8355'
})
}catch(e){
console.warn('automatic error reporting failed to load',e)
}
console.debug(config)
if (!(config.assets instanceof Array)) {
config.assets = [config.assets]
@@ -96,4 +105,4 @@
token.password=''
const url=token.href
obs.connect(url,password,{eventSubscriptions:(1 << 16)})
</script>
</script>