Skip to content

Releases: getsentry/sentry-javascript

5.24.2

18 Sep 14:04
Compare
Choose a tag to compare
  • [utils] fix: Check that performance is available before calling it in RN (#2924)

5.24.1

18 Sep 10:28
Compare
Choose a tag to compare
  • [types] fix: Remove Location type to avoid dom lib dependency (#2922)

5.24.0

18 Sep 08:34
Compare
Choose a tag to compare
  • [angular] fix: Make sure that message exist before returning it in angular error handler (#2903)
  • [integrations] feat: Add referrer to data collected by UserAgent integration (#2912)
  • [core] fix: Make sure that body is not exposed in the breadcrumb by default (#2911)
  • [core] feat: Give access to XHR requests body in breadcrumb hint (#2904)
  • [core] fix: Add a wrapper around performance for React Native (#2915)
  • [integrations] fix: Make Vue tracing options optional (#2897)
  • [integrations] ref: Remove unnecessary eventID check in offline integration (#2890)
  • [tracing] feat: Add hook for trace sampling function to SDK options (#2820)

5.23.0

09 Sep 15:43
Compare
Choose a tag to compare
  • [serverless] feat: Introduce @sentry/serverless with AWSLambda support (#2886)
  • [ember] feat: Add performance instrumentation for routes (#2784)
  • [node] ref: Remove query strings from transaction and span names (#2857)
  • [angular] ref: Strip query and fragment from Angular tracing URLs (#2874)
  • [tracing] ref: Simplify shouldCreateSpanForRequest (#2867)

5.22.3

28 Aug 16:27
Compare
Choose a tag to compare
  • [integrations] fix: Window type (#2864)

5.22.2

28 Aug 13:50
Compare
Choose a tag to compare
  • [integrations] fix: Fix localforage typing (#2861)

5.22.1

28 Aug 12:28
Compare
Choose a tag to compare
  • [integrations] fix: Add localforage typing (#2856)
  • [tracing] fix: Make sure BrowserTracing is exported in CDN correctly (#2855)

5.22.0

27 Aug 10:49
Compare
Choose a tag to compare
  • [browser] ref: Recognize Capacitor scheme as Gecko (#2836)
  • [node]: fix: Save string exception as a message for syntheticException (#2837)
  • [tracing] feat: Add build dir in npm package (#2846)
  • [tracing] fix: Fix typo in addPerformanceEntries method name (#2847)
  • [apm] ref: Deprecate @sentry/apm package (#2844)
  • [angular] fix: Allow for empty DSN/disabling with AngularJS integration (#2842)
  • [gatsby] ref: Make @sentry/tracing mandatory + add tests (#2841)
  • [integrations] feat: Add integration for offline support (#2778)
  • [utils] ref: Revert the usage of globalThis for getGlobalObject util (#2851)
  • [build] fix: Lock in TypeScript to 3.7.5 (#2848)
  • [build] misc: Upgrade Prettier to 1.19.0 (#2850)

5.21.4

24 Aug 11:49
Compare
Choose a tag to compare
  • [ci] fix: Actually release correct code

5.21.3

21 Aug 21:15
Compare
Choose a tag to compare
  • [tracing] feat: Track span status for fetch requests (#2835)
  • fix: Return an any from createReduxEnhancer to avoid type conflicts (#2834)
  • [react] fix: Make sure profiler is typed with any (#2838)