Skip to content

Commit f12f5c6

Browse files
committed
fix test
1 parent 1d77692 commit f12f5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/test/spanExporter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ATTR_HTTP_RESPONSE_STATUS_CODE } from '@opentelemetry/semantic-conventions/*';
1+
import { ATTR_HTTP_RESPONSE_STATUS_CODE } from '@opentelemetry/semantic-conventions';
22
import { SDK_VERSION, SEMANTIC_ATTRIBUTE_SENTRY_OP, startInactiveSpan } from '@sentry/core';
33
import { createTransactionForOtelSpan } from '../src/spanExporter';
44
import { cleanupOtel, mockSdkInit } from './helpers/mockSdkInit';

0 commit comments

Comments
 (0)