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 6e540e0 commit dba8fcbCopy full SHA for dba8fcb
packages/opentelemetry/test/utils/parseSpanDescription.test.ts
@@ -15,13 +15,13 @@ import {
15
SEMATTRS_RPC_SERVICE,
16
} from '@opentelemetry/semantic-conventions';
17
18
+import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
19
import {
20
descriptionForHttpMethod,
21
getOriginalName,
22
getSanitizedUrl,
23
parseSpanDescription,
24
} from '../../src/utils/parseSpanDescription';
-import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
25
26
describe('parseSpanDescription', () => {
27
it.each([
0 commit comments