We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lastEventId
1 parent def0568 commit 6f7366dCopy full SHA for 6f7366d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### Features
6
+
7
+- Add `lastEventId` method to the API ([#2675](https://github.com/getsentry/sentry-react-native/pull/2675))
8
9
### Dependencies
10
11
- Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#2647](https://github.com/getsentry/sentry-react-native/pull/2647))
src/js/index.ts
@@ -48,6 +48,10 @@ export {
48
withProfiler,
49
} from '@sentry/react';
50
51
+export {
52
+ lastEventId,
53
+} from '@sentry/browser';
54
55
import * as Integrations from './integrations';
56
import { SDK_NAME, SDK_VERSION } from './version';
57
export { ReactNativeOptions } from './options';
0 commit comments