Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.9.1
5.9.0
- [node] feat: Added
modeoption forOnUnhandledRejectionintegration that changes how we log errors and what we do with the process itself - [browser] ref: Both global handlers now always return
trueto call default implementations (error logging)
5.8.0
- [browser/node] feat: 429 http code handling in node/browser transports (#2300)
- [core] feat: Make sure that Debug integration is always setup as the last one (#2285)
- [browser] fix: Gracefuly handle incorrect input from onerror (#2302)
- [utils] fix: Safer normalizing for input with
domainkey (#2305) - [utils] ref: Remove dom references from utils for old TS and env interop (#2303)
5.7.1
5.7.0
- [core] ref: Use
Promiseas the interface, butSyncPromiseas the implementation in all the places we needthenableAPI - [browser] fix: Capture only failed
console.assertcalls - [browser] ref: Major
TraceKitandGlobalHandlersrefactor - [browser] ref: Remove all required IE10-11 polyfills
- [browser] ref: Remove
Object.assignmethod usage - [browser] ref: Remove
Number.isNaNmethod usage - [browser] ref: Remove
includesmethod usage - [browser] ref: Improve usage of types in
addEventListenerbreadcrumbs wrapper - [browser] ci: Use Galaxy S9 Plus for Android 9
- [browser] ci: Increase timeouts and retries between Travis and BrowserStack
- [node] fix: Update https-proxy-agent to 3.0.0 for security reasons (#2262)
- [node] feat: Extract prototyped data in
extractUserData(#2247) - [node] ref: Use domain Hub detection only in Node environment
- [integrations] feat: Use
contextsto handle ExtraErrorData (#2208) - [integrations] ref: Remove
process.env.NODE_ENVfrom Vue integration (#2263) - [types] fix: Breadcrumb
dataneeds to be an object - [utils] ref: Make
Eventinstances somewhat serializeable
5.7.0-beta.0
- [core] ref: Use
Promiseas the interface, butSyncPromiseas the implementation in all the places we needthenableAPI - [browser] fix: Capture only failed
console.assertcalls - [browser] ref: Major
TraceKitandGlobalHandlersrefactor - [browser] ref: Remove all required IE10-11 polyfills
- [browser] ref: Remove
Object.assignmethod usage - [browser] ref: Remove
Number.isNaNmethod usage - [browser] ref: Remove
includesmethod usage - [browser] ci: Use Galaxy S9 Plus for Android 9
- [browser] ci: Increase timeouts and retries between Travis and BrowserStack
- [node] feat: Extract prototyped data in
extractUserData(#2247) - [node] ref: Use domain Hub detection only in Node environment
- [integrations] feat: Use
contextsto handle ExtraErrorData (#2208) - [types] fix: Breadcrumb
dataneeds to be an object - [utils] ref: Make
Eventinstances somewhat serializeable
5.6.3
- [browser] fix: Don't capture our own XHR events that somehow bubbled-up to global handler
5.6.2
- [browser] feat: Use framesToPop for InvaliantViolations in React errors (#2204)
- [browser] fix: Apply crossorigin attribute with setAttribute tag for userReport dialog (#2196)
- [browser] fix: Make sure that falsy values are captured in unhandledrejections (#2207)
- [loader] fix: Loader should also retrigger falsy values as errors (#2207)
5.6.1
5.6.0
- [core] fix: When using enabled:false integrations shouldnt be installed (#2181)
- [browser] feat: Add support for custom schemes to Tracekit
- [browser] ref: Return function call result from
wrapmethod - [browser] ref: Better UnhandledRejection messages (#2185)
- [browser] test: Complete rewrite of Browser Integration Tests (#2176)
- [node] feat: Add cookies as an optional property in the request handler (#2167)
- [node] ref: Unify method name casing in breadcrumbs (#2183)
- [integrations] feat: Add logErrors option to Vue integration (#2182)