Skip to content

Commit f54118b

Browse files
authored
feat: Export Span type (#4345)
1 parent fb698e9 commit f54118b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
});
3636
```
3737

38+
- Export `Span` type from `@sentry/types` ([#4345](https://github.com/getsentry/sentry-react-native/pull/4345))
39+
3840
### Fixes
3941

4042
- Return `lastEventId` export from `@sentry/core` ([#4315](https://github.com/getsentry/sentry-react-native/pull/4315))

packages/core/src/js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export type {
66
Exception,
77
SendFeedbackParams,
88
SeverityLevel,
9+
Span,
910
StackFrame,
1011
Stacktrace,
1112
Thread,

0 commit comments

Comments
 (0)