mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: ignore resizeObserver errors on sentry
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
(assoc :revision config/revision))}
|
||||
;; :integrations [(new posthog/SentryIntegration posthog "logseq" 5311485)
|
||||
;; (new BrowserTracing)]
|
||||
:ignoreErrors ["ResizeObserver loop limit exceeded"
|
||||
"ResizeObserver loop completed with undelivered notifications"]
|
||||
:debug config/dev?
|
||||
:tracesSampleRate 1.0
|
||||
:beforeSend (fn [^js event]
|
||||
|
||||
Reference in New Issue
Block a user