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 202624b commit 6229acdCopy full SHA for 6229acd
packages/cloudflare/src/handler.ts
@@ -1,12 +1,12 @@
1
import {
2
captureException,
3
+ flushIfServerless,
4
SEMANTIC_ATTRIBUTE_SENTRY_OP,
5
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
6
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
7
startSpan,
8
withIsolationScope,
9
} from '@sentry/core';
-import { flushIfServerless } from '@sentry/core/src';
10
import { setAsyncLocalStorageAsyncContextStrategy } from './async';
11
import type { CloudflareOptions } from './client';
12
import { isInstrumented, markAsInstrumented } from './instrument';
0 commit comments