Skip to content

Releases: getsentry/sentry-javascript

5.12.5

26 Feb 15:05

Choose a tag to compare

  • [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

19 Feb 15:51

Choose a tag to compare

  • [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

04 Feb 19:22

Choose a tag to compare

  • [apm] fix: Remove undefined keys from trace.context

5.12.2

04 Feb 14:35

Choose a tag to compare

  • [apm] ref: Check if Tracing integration is enabled before dropping transaction

5.12.1

04 Feb 11:19

Choose a tag to compare

  • [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

03 Feb 15:33

Choose a tag to compare

  • [core] feat: Provide normalizeDepth option and sensible default for scope methods (#2404)
  • [browser] fix: Export EventHint type (#2407)

5.11.2

29 Jan 12:44

Choose a tag to compare

  • [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

15 Jan 12:53

Choose a tag to compare

  • [apm] feat: Add build bundle including @sentry/browser + @sentry/apm
  • [utils] ref: Extract adding source context incl. tests

5.11.0

08 Jan 15:28

Choose a tag to compare

  • [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

09 Dec 12:26

Choose a tag to compare

  • [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)