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