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