Skip to content

Commit edb4409

Browse files
committed
ref: Re-export addGlobalEventProcessor
1 parent 62e7a5e commit edb4409

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
## 4.2.4
66

7+
- [browser]: Use `withScope` in `Ember` integration instead of manual `pushPop/popScope` calls
8+
- [browser] fix: rethrow errors in testing mode with `Ember` integration (#1696)
79
- [browser/node]: Fix `LinkedErrors` integration to send exceptions in correct order and take main exception into the
810
`limit` count
11+
- [browser/node] ref: Re-export `addGlobalEventProcessor`
912
- [core]: Fix `InboundFilters` integration so that it reads and merge configuration from the `init` call as well
10-
- [browser]: Use `withScope` in `Ember` integration instead of manual `pushPop/popScope` calls
11-
- [browser] fix: rethrow errors in testing mode with `Ember` integration (#1696)
12-
- [node] ref: Send raw query string to be processed by Relay
1313

1414
## 4.2.3
1515

packages/browser/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export {
1414
} from '@sentry/types';
1515

1616
export {
17+
addGlobalEventProcessor,
1718
addBreadcrumb,
1819
captureException,
1920
captureEvent,

packages/node/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export {
1414
} from '@sentry/types';
1515

1616
export {
17+
addGlobalEventProcessor,
1718
addBreadcrumb,
1819
captureException,
1920
captureEvent,

0 commit comments

Comments
 (0)