File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
1414} from '@sentry/types' ;
1515
1616export {
17+ addGlobalEventProcessor ,
1718 addBreadcrumb ,
1819 captureException ,
1920 captureEvent ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
1414} from '@sentry/types' ;
1515
1616export {
17+ addGlobalEventProcessor ,
1718 addBreadcrumb ,
1819 captureException ,
1920 captureEvent ,
You can’t perform that action at this time.
0 commit comments