Skip to content

Releases: getsentry/sentry-javascript

5.16.0

02 Jun 10:55
Compare
Choose a tag to compare

If you are a @sentry/apm and did manual instrumentation using hub.startSpan please be aware of the changes we did to the API. The recommended entry point for manual instrumentation now is Sentry.startTransaction and creating child Span by calling startChild on it. We have internal workarounds in place so the old code should still work but will be removed in the future. If you are only using the Tracing integration there is no need for action.

  • [core] feat: Send transactions in envelopes (#2553)
  • [core] fix: Send event timestamp (#2575)
  • [browser] feat: Allow for configuring TryCatch integration (#2601)
  • [browser] fix: Call wrapped RequestAnimationFrame with correct context (#2570)
  • [node] fix: Prevent reading the same source file multiple times (#2569)
  • [integrations] feat: Vue performance monitoring (#2571)
  • [apm] fix: Use proper type name for op (#2584)
  • [core] fix: sent_at for envelope headers to use same clock (#2597)
  • [apm] fix: Improve bundle size by moving span status to @sentry/apm (#2589)
  • [apm] feat: No longer discard transactions instead mark them deadline exceeded (#2588)
  • [apm] feat: Introduce Sentry.startTransaction and Transaction.startChild (#2600)
  • [apm] feat: Transactions no longer go through beforeSend (#2600)
  • [browser] fix: Emit Sentry Request breadcrumbs from inside the client (#2615)
  • [apm] fix: No longer debounce IdleTransaction (#2618)
  • [apm] feat: Add pageload transaction option + fixes (#2623)
  • [minimal/core] feat: Allow for explicit scope through 2nd argument to captureException/captureMessage (#2627)

5.16.0-beta.5

28 May 11:29
Compare
Choose a tag to compare
5.16.0-beta.5 Pre-release
Pre-release
Tag for release: 5.16.0-beta.5

5.16.0-beta.4

27 May 13:44
Compare
Choose a tag to compare
5.16.0-beta.4 Pre-release
Pre-release
Tag for release: 5.16.0-beta.4

5.16.0-beta.3

20 May 06:10
Compare
Choose a tag to compare
5.16.0-beta.3 Pre-release
Pre-release
Tag for release: 5.16.0-beta.3

5.16.0-beta.2

19 May 08:42
Compare
Choose a tag to compare
5.16.0-beta.2 Pre-release
Pre-release
Tag for release: 5.16.0-beta.2

5.16.0-beta.1

12 May 13:16
Compare
Choose a tag to compare
5.16.0-beta.1 Pre-release
Pre-release
Tag for release: 5.16.0-beta.1

5.15.5

22 Apr 08:15
Compare
Choose a tag to compare
  • [browser/node] Add missing BreadcrumbHint and EventHint types exports (#2545)
  • [utils] fix: Prevent isMatchingPattern from failing on invalid input (#2543)

5.15.4

27 Mar 13:45
Compare
Choose a tag to compare
  • [node] fix: Path domain onto global extension method to not use require (#2527)

5.15.3

27 Mar 10:19
Compare
Choose a tag to compare
  • [hub] fix: Restore dynamicRequire, but for perf_hooks only (#2524)

5.15.2

26 Mar 16:59
Compare
Choose a tag to compare
  • [hub] fix: Remove dynamicRequire, Fix require call (#2521)