Skip to content

Commit 2d80f42

Browse files
committed
fixup! fix(cloudflare): Fix instrumentDurableObjectWithSentry breaking Cloudflare Agents
1 parent 19ffe51 commit 2d80f42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dev-packages/e2e-tests/test-applications/cloudflare-agent/tests/callable.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { waitForTransaction } from '@sentry-internal/test-utils';
33

44
test('@callable() methods work correctly with Sentry instrumentDurableObjectWithSentry', async ({ page, baseURL }) => {
55
const transactionPromise = waitForTransaction('cloudflare-agent', transactionEvent => {
6-
console.log(transactionEvent);
76
return (
87
transactionEvent.transaction === 'GET /agents/my-agent/user-123' &&
98
transactionEvent.contexts?.trace?.parent_span_id !== undefined

0 commit comments

Comments
 (0)