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 4
4
5
5
## 4.2.4
6
6
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 )
7
9
- [ browser/node] : Fix ` LinkedErrors ` integration to send exceptions in correct order and take main exception into the
8
10
` limit ` count
11
+ - [ browser/node] ref: Re-export ` addGlobalEventProcessor `
9
12
- [ 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
13
13
14
14
## 4.2.3
15
15
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
14
14
} from '@sentry/types' ;
15
15
16
16
export {
17
+ addGlobalEventProcessor ,
17
18
addBreadcrumb ,
18
19
captureException ,
19
20
captureEvent ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
14
14
} from '@sentry/types' ;
15
15
16
16
export {
17
+ addGlobalEventProcessor ,
17
18
addBreadcrumb ,
18
19
captureException ,
19
20
captureEvent ,
You can’t perform that action at this time.
0 commit comments