Skip to content

Commit 4b5c0d2

Browse files
committed
misc: Update changelog
1 parent 8c80d24 commit 4b5c0d2

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,35 @@
22

33
## Unreleased
44

5+
- [all] ref: Use Mocha v4 instead of v5, as it's not supporting IE10
56
- [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
69
- [core] ref: Check for node-env first and return more accurate global object
710
- [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
1411
- [core] feat: getRequestheaders should handle legacy DSNs
1512
- [core] fix: correct sampleRate behaviour
1613
- [core] feat: RewriteFrames pluggable integration
17-
- [hub] fix: Scope level overwrites level on the event
1814
- [core] ref: Check for node-env first and return more accurate global object
1915
- [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
2021
- [browser] ref: Include md5 lib and transcript it to TypeScript
2122
- [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
2234

2335
## 4.0.6
2436

packages/browser/test/karma/karma.saucelabs.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ module.exports = function(config) {
9494
browserNoActivityTimeout: 600000,
9595
captureTimeout: 600000,
9696
sauceLabs: {
97+
// NOTE: To run tests locally, change `startConnect` to `true` and use command:
98+
// $ SAUCE_USERNAME=sentryio SAUCE_ACCESS_KEY=<key> yarn test:saucelabs
9799
startConnect: false,
98100
// Just something "random" so we don't have to provide additional ENV var when running locally
99101
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER || Math.ceil(Math.random() * 1337),

0 commit comments

Comments
 (0)