Skip to content

Commit 6229acd

Browse files
committed
fix import
1 parent 202624b commit 6229acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import {
22
captureException,
3+
flushIfServerless,
34
SEMANTIC_ATTRIBUTE_SENTRY_OP,
45
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
56
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
67
startSpan,
78
withIsolationScope,
89
} from '@sentry/core';
9-
import { flushIfServerless } from '@sentry/core/src';
1010
import { setAsyncLocalStorageAsyncContextStrategy } from './async';
1111
import type { CloudflareOptions } from './client';
1212
import { isInstrumented, markAsInstrumented } from './instrument';

0 commit comments

Comments
 (0)