chore: Revert aspect ratio fix with element size limits and chk (#9131)

This commit is contained in:
Márk Tolmács 2025-02-12 15:02:35 +01:00 committed by GitHub
parent 26f02bebea
commit 77dc055d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 161 additions and 5 deletions

View file

@ -23,6 +23,9 @@ Sentry.init({
release: import.meta.env.VITE_APP_GIT_SHA,
ignoreErrors: [
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
"InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.", // Not much we can do about the IndexedDB closing error
/TypeError: Failed to fetch dynamically imported module: https:\/\/excalidraw\.com\/assets\/index\.esm.*/i, // This is happening when a service worker tries to load an old asset
/TypeError: error loading dynamically imported module: https:\/\/excalidraw\.com\/assets\/index\.esm.*/i, // This is happening when a service worker tries to load an old asset
],
integrations: [
new SentryIntegrations.CaptureConsole({