Skip to content

Commit 7fc93e0

Browse files
committed
Fix tsc
1 parent 6fa1410 commit 7fc93e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logfire-api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable perfectionist/sort-objects */
2-
import { context as ContextAPI, Span, SpanOptions, SpanStatusCode, trace as TraceAPI } from '@opentelemetry/api'
2+
import { context as ContextAPI, Span, SpanStatusCode, trace as TraceAPI } from '@opentelemetry/api'
33
import { ATTR_EXCEPTION_MESSAGE, ATTR_EXCEPTION_STACKTRACE } from '@opentelemetry/semantic-conventions'
44

55
export * from './AttributeScrubber'

0 commit comments

Comments
 (0)