Skip to content

Commit

Permalink
feat(api): Add lastEventId method (#2675)
Browse files Browse the repository at this point in the history
Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
krystofwoldrich and marandaneto authored Dec 9, 2022
1 parent def0568 commit 6f7366d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Features

- Add `lastEventId` method to the API ([#2675](https://github.com/getsentry/sentry-react-native/pull/2675))

### Dependencies

- Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#2647](https://github.com/getsentry/sentry-react-native/pull/2647))
Expand Down
4 changes: 4 additions & 0 deletions src/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export {
withProfiler,
} from '@sentry/react';

export {
lastEventId,
} from '@sentry/browser';

import * as Integrations from './integrations';
import { SDK_NAME, SDK_VERSION } from './version';
export { ReactNativeOptions } from './options';
Expand Down

0 comments on commit 6f7366d

Please sign in to comment.