From 1b27ded260030e1d5d6810da8db35ff38c10c506 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 04:39:15 -0500 Subject: [PATCH] Try to disable this and see if it still works --- src/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker.ts b/src/worker.ts index de6eddc..39d8546 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -51,7 +51,7 @@ app.use( allowedSearchParams: /(.*)/ }, - integrations: [new RewriteFrames({ root: '/' })], + // integrations: [new RewriteFrames({ root: '/' }) as any], release: RELEASE_NAME }) );