Skip to content

Commit

Permalink
feat: Export Span type (#4345)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindboe authored Dec 12, 2024
1 parent fb698e9 commit f54118b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
});
```

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

### Fixes

- Return `lastEventId` export from `@sentry/core` ([#4315](https://github.com/getsentry/sentry-react-native/pull/4315))
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type {
Exception,
SendFeedbackParams,
SeverityLevel,
Span,
StackFrame,
Stacktrace,
Thread,
Expand Down

0 comments on commit f54118b

Please sign in to comment.