Skip to content

Commit 21020d9

Browse files
authored
feat(node): Export Span type from @sentry/types (#5982)
1 parent 424a59a commit 21020d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/node/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export type {
1515
Stacktrace,
1616
Thread,
1717
User,
18+
Span,
1819
} from '@sentry/types';
1920
export type { AddRequestDataToEventOptions } from '@sentry/utils';
2021

0 commit comments

Comments
 (0)