Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.12.5
- [browser] ref: Mark transactions as event.transaction in breadcrumbs (#2450)
- [node] fix: Dont overwrite servername in requestHandler (#2449)
- [utils] ref: Move creation of iframe into try/catch in fetch support check (#2447)
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
ParseRequest
typing (#2433)
- [apm] fix: Remove auto unknown_error transaction status (#2440)
- [apm] fix: Properly remove undefined keys from apm payload (#2414)
5.12.3
- [apm] fix: Remove undefined keys from trace.context
5.12.2
- [apm] ref: Check if Tracing integration is enabled before dropping transaction
5.12.1
- [apm] ref: If
maxTransactionTimeout
= 0
there is no timeout
- [apm] fix: Make sure that the
maxTransactionTimeout
is always enforced on transaction events
- [browser] fix: Support for Hermes stacktraces
5.12.0
- [core] feat: Provide
normalizeDepth
option and sensible default for scope methods (#2404)
- [browser] fix: Export
EventHint
type (#2407)
5.11.2
- [apm] fix: Add new option to
Tracing
maxTransactionTimeout
determines the max length of a transaction
- [hub] ref: Always also set transaction name on the top span in the scope
- [core] fix: Use event_id from hint given by top-level hub calls
5.11.1
- [apm] feat: Add build bundle including @sentry/browser + @sentry/apm
- [utils] ref: Extract adding source context incl. tests
5.11.0
- [apm] fix: Always attach
contexts.trace
to finished transaction (#2353)
- [integrations] fix: Make RewriteFrame integration process all exceptions (#2362)
- [node] ref: Update agent-base to 5.0 to remove http/s patching (#2355)
- [browser] feat: Set headers from options in XHR/fetch transport (#2363)
5.10.2
- [browser] fix: Always trigger default browser onerror handler (#2348)
- [browser] fix: Restore correct
functionToString
behavior for updated fill
method (#2346)
- [integrations] ref: Allow for backslashes in unix paths (#2319)
- [integrations] feat: Support Windows-style path in RewriteFrame iteratee (#2319)