mirror of
https://github.com/Eugeny/tabby.git
synced 2025-04-06 16:00:28 +08:00
prevent infinite timers caused by sentry
This commit is contained in:
parent
5fb70f1812
commit
fc471b2c16
@ -12,4 +12,7 @@ try {
|
||||
init({
|
||||
dsn: SENTRY_DSN,
|
||||
release,
|
||||
integrations (integrations) {
|
||||
return integrations.filter(integration => integration.name !== 'Breadcrumbs')
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user