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 21948ff commit c24d043Copy full SHA for c24d043
packages/node-experimental/src/sdk/api.ts
@@ -21,7 +21,7 @@ import type {
21
import { GLOBAL_OBJ, consoleSandbox, dateTimestampInSeconds } from '@sentry/utils';
22
23
import { getScopesFromContext, setScopesOnContext } from '../utils/contextData';
24
-import type { ExclusiveEventHintOrCaptureContext} from '../utils/prepareEvent';
+import type { ExclusiveEventHintOrCaptureContext } from '../utils/prepareEvent';
25
import { parseEventHintOrCaptureContext } from '../utils/prepareEvent';
26
import { getGlobalCarrier } from './globals';
27
import { Scope } from './scope';
0 commit comments