Skip to content

Commit 8ab11b6

Browse files
fix(exports): Return lastEventId (#4315)
* fix(cocoapods): Add missing `React-RCTFabric` dependency * fix(exports): Return --------- Co-authored-by: LucasZF <[email protected]>
1 parent 83f6f6c commit 8ab11b6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
99
## Unreleased
1010

11+
### Fixes
12+
13+
- Return `lastEventId` export from `@sentry/core` ([#4315](https://github.com/getsentry/sentry-react-native/pull/4315))
1114
### Dependencies
1215

1316
- Bump CLI from v2.38.2 to v2.39.1 ([#4305](https://github.com/getsentry/sentry-react-native/pull/4305), [#4316](https://github.com/getsentry/sentry-react-native/pull/4316))

packages/core/src/js/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export {
4141
setCurrentClient,
4242
addEventProcessor,
4343
metricsDefault as metrics,
44+
lastEventId,
4445
} from '@sentry/core';
4546

4647
export {

0 commit comments

Comments
 (0)