Skip to content

Commit 408802a

Browse files
authored
Merge branch 'master' into fix/ram-bundles
2 parents cf6c953 + ab7ba81 commit 408802a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [browser] ref: Mangle more stuff, reduce bundle size
66
- [browser] fix: Support for ram bundle frames
7+
- [node] fix: Expose lastEventId method
78

89
## 5.1.1
910

packages/node/src/index.ts

Lines changed: 1 addition & 1 deletion
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)