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 f0b98fb commit 822ec12Copy full SHA for 822ec12
packages/opentelemetry/src/spanExporter.ts
@@ -3,8 +3,7 @@ import type { ExportResult } from '@opentelemetry/core';
3
import { ExportResultCode } from '@opentelemetry/core';
4
import type { ReadableSpan, SpanExporter } from '@opentelemetry/sdk-trace-base';
5
import { SemanticAttributes } from '@opentelemetry/semantic-conventions';
6
-import type {
7
- Transaction} from '@sentry/core';
+import type { Transaction } from '@sentry/core';
8
import {
9
SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE,
10
flush,
0 commit comments