Try to disable this and see if it still works

This commit is contained in:
dangered wolf 2023-11-10 04:39:15 -05:00
parent feeaba5a64
commit 1b27ded260
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -51,7 +51,7 @@ app.use(
allowedSearchParams: /(.*)/
},
integrations: [new RewriteFrames({ root: '/' })],
// integrations: [new RewriteFrames({ root: '/' }) as any],
release: RELEASE_NAME
})
);