Skip to content

Commit ab7ba81

Browse files
behehkamilogorek
authored andcommitted
fix: Expose lastEventId method
1 parent 4d60369 commit ab7ba81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- [browser] ref: Mangle more stuff, reduce bundle size
6+
- [node] fix: Expose lastEventId method
67

78
## 5.1.1
89

packages/node/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export {
2929

3030
export { NodeOptions } from './backend';
3131
export { NodeClient } from './client';
32-
export { defaultIntegrations, init, flush, close } from './sdk';
32+
export { defaultIntegrations, init, lastEventId, flush, close } from './sdk';
3333
export { SDK_NAME, SDK_VERSION } from './version';
3434

3535
import { Integrations as CoreIntegrations } from '@sentry/core';

0 commit comments

Comments
 (0)