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 b80f6c5 commit fe09c38Copy full SHA for fe09c38
packages/core/test/lib/integrations/express/patch-layer.test.ts
@@ -10,7 +10,6 @@ import { type StartSpanOptions } from '../../../../src/types-hoist/startSpanOpti
10
import { type Span } from '../../../../src/types-hoist/span';
11
import { EventEmitter } from 'node:events';
12
import { getOriginalFunction, markFunctionWrapped } from '../../../../src';
13
-import { setSDKProcessingMetadata } from '../../../../src/integrations/express/set-sdk-processing-metadata';
14
15
let DEBUG_BUILD = false;
16
beforeEach(() => (DEBUG_BUILD = true));
0 commit comments