|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +- [all] ref: Use Mocha v4 instead of v5, as it's not supporting IE10 |
5 | 6 | - [hub] Scope level overwrites level on the event
|
| 7 | +- [hub] fix: Scope level overwrites level on the event |
| 8 | +- [utils] ref: implemented includes, assign and isNaN polyfills |
6 | 9 | - [core] ref: Check for node-env first and return more accurate global object
|
7 | 10 | - [core] ref: Remove Repo interface and repos attribute from Event
|
8 |
| -- [browser] ref: Include md5 lib and transcript it to TypeScript |
9 |
| -- [browser] feat: Better mechanism detection in TraceKit |
10 |
| -- [browser] ref: Remove default transaction from browser |
11 |
| -- [node] feat: Transactions handling for RequestHandler in Express/Hapi |
12 |
| -- [node] feat: Allow requestHandler to be configured |
13 |
| -- [node] feat: Make node transactions a pluggable integration with tests |
14 | 11 | - [core] feat: getRequestheaders should handle legacy DSNs
|
15 | 12 | - [core] fix: correct sampleRate behaviour
|
16 | 13 | - [core] feat: RewriteFrames pluggable integration
|
17 |
| -- [hub] fix: Scope level overwrites level on the event |
18 | 14 | - [core] ref: Check for node-env first and return more accurate global object
|
19 | 15 | - [core] ref: Remove Repo interface and repos attribute from Event
|
| 16 | +- [core] ref: Rewrite RequestBuffer using Array instead of Set for IE10/11 |
| 17 | +- [core] feat: Introduce stringify and debugger options in Debug integration |
| 18 | +- [browser] ref: Include md5 lib and transcript it to TypeScript |
| 19 | +- [browser] feat: Better mechanism detection in TraceKit |
| 20 | +- [browser] ref: Remove default transaction from browser |
20 | 21 | - [browser] ref: Include md5 lib and transcript it to TypeScript
|
21 | 22 | - [browser] test: Run integration tests on SauceLabs
|
| 23 | +- [browser] test: Fix all integration tests in IE10/11 and Android browsers |
| 24 | +- [browser] ref: Remove redundant debug.ts file from browser integrations |
| 25 | +- [browser] ref: Remove all trailing commas from integration tests cuz IE10/11 |
| 26 | +- [browser] fix: Change loader to use getAttribute instead of dataset |
| 27 | +- [browser] fix: Remove trailing commas from loader for IE10/11 |
| 28 | +- [browser] test: Store breadcrumbs in the global variable in integration tests |
| 29 | +- [browser] test: Update polyfills for integration tests |
| 30 | +- [browser] test: Stop running raven-js saucelabs tests in favour of @sentry/browser |
| 31 | +- [node] feat: Transactions handling for RequestHandler in Express/Hapi |
| 32 | +- [node] feat: Allow requestHandler to be configured |
| 33 | +- [node] feat: Make node transactions a pluggable integration with tests |
22 | 34 |
|
23 | 35 | ## 4.0.6
|
24 | 36 |
|
|
0 commit comments