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 }) );