Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.10.1
5.10.0
- [hub] feat: Update
spanimplementation (#2161) - [apm] feat: Add
@sentry/apmpackage - [integrations] feat: Change
Tracingintegration (#2161) - [utils] feat: Introduce
instrumentutil to allow for custom handlers - [utils] Optimize
supportsNativeFetchwith a fast path that avoids DOM I/O (#2326) - [utils] feat: Add
isInstanceOfutil for safety reasons
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)