Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.24.0
- [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
- [serverless] feat: Introduce
@sentry/serverlesswithAWSLambdasupport (#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
5.22.2
5.22.1
5.22.0
- [browser] ref: Recognize
Capacitorscheme asGecko(#2836) - [node]: fix: Save
stringexception as a message forsyntheticException(#2837) - [tracing] feat: Add
builddir in npm package (#2846) - [tracing] fix: Fix typo in
addPerformanceEntriesmethod name (#2847) - [apm] ref: Deprecate
@sentry/apmpackage (#2844) - [angular] fix: Allow for empty DSN/disabling with
AngularJSintegration (#2842) - [gatsby] ref: Make
@sentry/tracingmandatory + add tests (#2841) - [integrations] feat: Add integration for offline support (#2778)
- [utils] ref: Revert the usage of
globalThisforgetGlobalObjectutil (#2851) - [build] fix: Lock in
TypeScriptto3.7.5(#2848) - [build] misc: Upgrade
Prettierto1.19.0(#2850)
5.21.4
5.21.3
5.21.2
- [tracing] fix: Normalize transaction names for express methods to match those of other SDKs (#2832)
- [tracing] feat: Change resource span op name and add data (#2816)
- [tracing] ref: Make sure error status is set on transactions (#2818)
- [apm/tracing] fix: Make sure Performance Observer takeRecords() is defined (#2825)
5.21.1
- [ember] fix: Make the package public and fix the build by bumping TypeScript to v3.9
- [eslint] test: Don't test eslint config/plugin on Node <= v8