Skip to content

Releases: getsentry/sentry-javascript

5.4.3

21 Jun 13:28
Compare
Choose a tag to compare
  • [core] feat: Expose Span class
  • [node] fix: Don't overwrite transaction on event in express handler

5.4.2

20 Jun 13:26
Compare
Choose a tag to compare
  • [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 fetch detection via iframes. Fix #1601

5.4.1

01 Jun 08:30
Compare
Choose a tag to compare
  • [integrations] fix: Tracing integration fetch headers bug.

5.4.0

31 May 13:00
Compare
Choose a tag to compare
  • [global] feat: Exposed new simplified scope API. Sentry.setTag, Sentry.setTags, Sentry.setExtra, Sentry.setExtras, Sentry.setUser, Sentry.setContext

5.3.1

24 May 11:44
Compare
Choose a tag to compare
  • [integrations] fix: Tracing integration CDN build.

5.3.0

22 May 08:27
Compare
Choose a tag to compare
  • [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

13 May 08:37
Compare
Choose a tag to compare
  • [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

08 May 14:35
Compare
Choose a tag to compare
  • [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

07 May 10:34
Compare
Choose a tag to compare
  • [browser] fix: GlobalHandler integration sometimes receives Event objects as message: Fix #1949

5.1.2

03 May 10:17
Compare
Choose a tag to compare
  • [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