Skip to content

Commit 744193f

Browse files
committed
Fix integration tests
1 parent a797bcc commit 744193f

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/cloudflare-integration-tests/suites/tracing/durableobject

1 file changed

+1
-0
lines changed

dev-packages/cloudflare-integration-tests/suites/tracing/durableobject/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const TestDurableObject = Sentry.instrumentDurableObjectWithSentry(
2121
(env: Env) => ({
2222
dsn: env.SENTRY_DSN,
2323
tracesSampleRate: 1.0,
24+
instrumentPrototypeMethods: true,
2425
}),
2526
TestDurableObjectBase,
2627
);

0 commit comments

Comments
 (0)