Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
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)
5.5.0
- [core] fix: Store processing state for each
flushcall separately (#2143) - [scope] feat: Generate hint if not provided in the Hub calls (#2142)
- [browser] feat: Read
window.SENTRY_RELEASEto set release by default (#2132) - [browser] fix: Don't call
fn.handleEvent.bindiffn.handleEventdoes not exist (#2138) - [browser] fix: Correctly handle events that utilize
handleEventobject (#2149) - [node] feat: Provide optional
shouldHandleErroroption for nodeerrorHandler(#2146) - [node] fix: Remove unsafe
anyfromNodeOptionstype (#2111) - [node] fix: Merge
transportOptionscorrectly (#2151) - [utils] fix: Add polyfill for
Object.setPrototypeOf(#2127) - [integrations] feat:
SessionDurationintegration (#2150)
5.4.3
5.4.2
- [core] fix: Allow Integration constructor to have arguments
- [browser] fix: Vue breadcrumb recording missing in payload
- [node] fix: Force agent-base to be at version 4.3.0 to fix various issues. Fix #1762, fix #2085
- [integrations] fix: Tracing integration fetch headers bug where trace header is not attached if there are no options.
- [utils] fix: Better native
fetchdetection via iframes. Fix #1601