Skip to content

Releases: getsentry/sentry-javascript

5.13.0

28 Feb 12:30
Compare
Choose a tag to compare
  • [apm] feat: Add options.autoPopAfter parameter to pushActivity to prevent never-ending spans (#2459)
  • [apm] fix: Use monotonic clock to compute durations (#2441)
  • [core] ref: Remove unused sentry_timestamp header (#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

26 Feb 15:05
Compare
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
Compare
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
Compare
Choose a tag to compare
  • [apm] fix: Remove undefined keys from trace.context

5.12.2

04 Feb 14:35
Compare
Choose a tag to compare
  • [apm] ref: Check if Tracing integration is enabled before dropping transaction

5.12.1

04 Feb 11:19
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)