Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.15.1
- [browser] fix: Prevent crash for react native instrumenting fetch (#2510)
- [node] fix: Remove the no longer required dynamicRequire hack to fix scope memory leak (#2515)
- [node] fix: Guard against invalid req.user input (#2512)
- [node] ref: Move node version to runtime context (#2507)
- [utils] fix: Make sure that SyncPromise handler is called only once (#2511)
5.15.0
- [apm] fix: Sampling of traces work now only depending on the client option
tracesSampleRate(#2500) - [apm] fix: Remove internal
forceNoChildparameter fromhub.startSpan(#2500) - [apm] fix: Made constructor of
Spaninternal, only usehub.startSpan(#2500) - [apm] ref: Remove status from tags in transaction (#2497)
- [browser] fix: Respect breadcrumbs sentry:false option (#2499)
- [node] ref: Skip body parsing for GET/HEAD requests (#2504)
5.14.2
5.14.1
5.14.0
- [apm] feat: Add a simple heartbeat check, if activities don't change in 3 beats, finish the transaction (#2478)
- [apm] feat: Make use of the
performancebrowser API to provide better instrumentation (#2474) - [browser] ref: Move global error handler + unhandled promise rejection to instrument (#2475)
- [apm] ref: Always use monotonic clock for time calculations (#2485)
- [apm] fix: Add trace context to all events (#2486)
5.13.2
5.13.1
- [node] fix: Restore engines back to
>= 6
5.13.0
- [apm] feat: Add
options.autoPopAfterparameter topushActivityto prevent never-ending spans (#2459) - [apm] fix: Use monotonic clock to compute durations (#2441)
- [core] ref: Remove unused
sentry_timestampheader (#2458) - [node] ref: Drop Node v6, add Node v12 to test matrix, move all scripts to Node v12 (#2455)
- [utils] ref: Prevent instantiating unnecessary Date objects in
timestampWithMs(#2442) - [browser] fix: Mark transactions as event.transaction in breadcrumbs correctly
5.12.5
5.12.4
- [browser] ref: Rework XHR wrapping logic to make sure it always triggers
- [browser] fix: Handle PromiseRejectionEvent-like CustomEvents (#2429)
- [core] ref: Notify user when event failed to deliver because of digestion pipeline issue (#2416)
- [node] fix: Improve incorrect
ParseRequesttyping (#2433) - [apm] fix: Remove auto unknown_error transaction status (#2440)
- [apm] fix: Properly remove undefined keys from apm payload (#2414)