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 1225234 commit 5b36b58Copy full SHA for 5b36b58
packages/node-integration-tests/suites/tracing/tracePropagationTargets/test.ts
@@ -1,6 +1,6 @@
1
import nock from 'nock';
2
3
-import { TestEnv, runScenario } from '../../../utils';
+import { runScenario, TestEnv } from '../../../utils';
4
5
test('HttpIntegration should instrument correct requests when tracePropagationTargets option is provided', async () => {
6
const match1 = nock('http://match-this-url.com')
0 commit comments