Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.4.1
- [integrations] fix: Tracing integration fetch headers bug.
5.4.0
- [global] feat: Exposed new simplified scope API.
Sentry.setTag
, Sentry.setTags
, Sentry.setExtra
, Sentry.setExtras
, Sentry.setUser
, Sentry.setContext
5.3.1
- [integrations] fix: Tracing integration CDN build.
5.3.0
- [browser] fix: Remove
use_strict
from @sentry/browser
- [utils] fix: Guard string check in
truncate
- [browser] fix: TraceKit fix for eval frames
5.2.1
- [browser] feat: Expose
wrap
function in @sentry/browser
- [browser] feat: Added
onLoad
callback to showReportDialog
- [browser] fix: Use 'native code' as a filename for some frames
5.2.0
- [opentracing] ref: Removed opentracing package
- [integrations] feat: Add tracing integration
- [hub] feat: Add tracing related function to scope and hub (
Scope.startSpan
, Scope.setSpan
, Hub.traceHeaders
)
- [hub] feat: Add new function to Scope
setContext
- [hub] feat: Add new function to Scope
setTransaction
- [integrations] fix: Update ember integration to include original error in
hint
in beforeSend
- [integrations] fix: Ember/Vue fix integration
5.1.3
- [browser] fix: GlobalHandler integration sometimes receives Event objects as message: Fix #1949
5.1.2
- [browser] fix: Fixed a bug if Sentry was initialized multiple times: Fix #2043
- [browser] ref: Mangle more stuff, reduce bundle size
- [browser] fix: Support for ram bundle frames
- [node] fix: Expose lastEventId method
5.1.1
- [browser] fix: Breadcrumb Integration: Fix #2034
5.1.0
- [hub] feat: Add
setContext
on the scope
- [browser] fix: Breacrumb integration ui clicks
- [node] feat: Add
flushTimeout
to requestHandler
to auto flush requests