Skip to content

Commit dba8fcb

Browse files
committed
formatting
1 parent 6e540e0 commit dba8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/test/utils/parseSpanDescription.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ import {
1515
SEMATTRS_RPC_SERVICE,
1616
} from '@opentelemetry/semantic-conventions';
1717

18+
import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
1819
import {
1920
descriptionForHttpMethod,
2021
getOriginalName,
2122
getSanitizedUrl,
2223
parseSpanDescription,
2324
} from '../../src/utils/parseSpanDescription';
24-
import { SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core';
2525

2626
describe('parseSpanDescription', () => {
2727
it.each([

0 commit comments

Comments
 (0)