We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ffe51 commit 2d80f42Copy full SHA for 2d80f42
1 file changed
dev-packages/e2e-tests/test-applications/cloudflare-agent/tests/callable.test.ts
@@ -3,7 +3,6 @@ import { waitForTransaction } from '@sentry-internal/test-utils';
3
4
test('@callable() methods work correctly with Sentry instrumentDurableObjectWithSentry', async ({ page, baseURL }) => {
5
const transactionPromise = waitForTransaction('cloudflare-agent', transactionEvent => {
6
- console.log(transactionEvent);
7
return (
8
transactionEvent.transaction === 'GET /agents/my-agent/user-123' &&
9
transactionEvent.contexts?.trace?.parent_span_id !== undefined
0 commit comments