Skip to content

Commit 6f7366d

Browse files
feat(api): Add lastEventId method (#2675)
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
1 parent def0568 commit 6f7366d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- Add `lastEventId` method to the API ([#2675](https://github.com/getsentry/sentry-react-native/pull/2675))
8+
59
### Dependencies
610

711
- 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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export {
4848
withProfiler,
4949
} from '@sentry/react';
5050

51+
export {
52+
lastEventId,
53+
} from '@sentry/browser';
54+
5155
import * as Integrations from './integrations';
5256
import { SDK_NAME, SDK_VERSION } from './version';
5357
export { ReactNativeOptions } from './options';

0 commit comments

Comments
 (0)