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 21c3545 commit 49ab765Copy full SHA for 49ab765
packages/node-integration-tests/suites/tracing/manual-tracing-named-import/scenario.ts renamed to packages/node-integration-tests/suites/tracing/manual-tracing-namespace-import/scenario.ts
packages/node-integration-tests/suites/tracing/manual-tracing-named-import/test.ts renamed to packages/node-integration-tests/suites/tracing/manual-tracing-namespace-import/test.ts
@@ -1,6 +1,6 @@
1
import { assertSentryTransaction, getEnvelopeRequest, runServer } from '../../../utils';
2
3
-test('should send a manually started transaction when @sentry/tracing is imported using named import.', async () => {
+test.skip('should send a manually started transaction when @sentry/tracing is imported using namespace import.', async () => {
4
const url = await runServer(__dirname);
5
const envelope = await getEnvelopeRequest(url);
6
0 commit comments