Skip to content

Releases: getsentry/sentry-javascript

5.15.4

27 Mar 13:45
Compare
Choose a tag to compare
  • [node] fix: Path domain onto global extension method to not use require (#2527)

5.15.3

27 Mar 10:19
Compare
Choose a tag to compare
  • [hub] fix: Restore dynamicRequire, but for perf_hooks only (#2524)

5.15.2

26 Mar 16:59
Compare
Choose a tag to compare
  • [hub] fix: Remove dynamicRequire, Fix require call (#2521)

5.15.1

26 Mar 10:30
Compare
Choose a tag to compare
  • [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

20 Mar 08:25
Compare
Choose a tag to compare
  • [apm] fix: Sampling of traces work now only depending on the client option tracesSampleRate (#2500)
  • [apm] fix: Remove internal forceNoChild parameter from hub.startSpan (#2500)
  • [apm] fix: Made constructor of Span internal, only use hub.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

13 Mar 13:32
Compare
Choose a tag to compare
  • [apm] fix: Use Performance API for timings when available, including Web Workers (#2492)
  • [apm] fix: Remove Performance references (#2495)
  • [apm] fix: Set op in node http.server transaction (#2496)

5.14.1

12 Mar 10:09
Compare
Choose a tag to compare
  • [apm] fix: Check for performance.timing in webworkers (#2491)
  • [apm] ref: Remove performance clear entry calls (#2490)

5.14.0

11 Mar 08:14
Compare
Choose a tag to compare
  • [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 performance browser 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

05 Mar 08:24
Compare
Choose a tag to compare
  • [apm] feat: Add discardBackgroundSpans to discard background spans by default

5.13.1

28 Feb 16:10
Compare
Choose a tag to compare
  • [node] fix: Restore engines back to >= 6