Skip to content

Releases: getsentry/sentry-javascript

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

5.1.1

23 Apr 14:07
Compare
Choose a tag to compare
  • [browser] fix: Breadcrumb Integration: Fix #2034

5.1.0

18 Apr 12:26
Compare
Choose a tag to compare
  • [hub] feat: Add setContext on the scope
  • [browser] fix: Breacrumb integration ui clicks
  • [node] feat: Add flushTimeout to requestHandler to auto flush requests

5.0.8

12 Apr 07:28
Compare
Choose a tag to compare
  • [core] fix: Don't disable client before flushing
  • [utils] fix: Remove node types
  • [hub] fix: Make sure all breadcrumbs have a timestamp
  • [hub] fix: Merge event with scope breadcrumbs instead of only using event breadcrumbs

5.0.7

10 Apr 10:22
Compare
Choose a tag to compare
  • [utils] ref: Move htmlTreeAsString to @sentry/browser
  • [utils] ref: Remove Window typehint getGlobalObject
  • [core] fix: Make sure that flush/close works as advertised
  • [integrations] feat: Added CaptureConsole integration

5.0.6

08 Apr 07:05
Compare
Choose a tag to compare
  • [utils]: Change how we use utils and expose esm build
  • [utils]: Remove store and fs classes -> moved to @sentry/electron where this is used
  • [hub]: Allow to pass null to setUser to reset it

5.0.5

03 Apr 16:47
Compare
Choose a tag to compare
  • [esm]: module in package.json now provides a es5 build instead of es2015

5.0.4

02 Apr 14:38
Compare
Choose a tag to compare
  • [integrations] fix: Not requiring angular types

5.0.3

02 Apr 08:00
Compare
Choose a tag to compare
  • [hub] fix: Don't reset registry when there is no hub on the carrier #1969
  • [integrations] fix: Export dedupe integration