sentry-javascript

Official Sentry SDKs for JavaScript

MIT License

Downloads
373.3M
Stars
7.9K
Committers
546

Bot releases are visible (Hide)

sentry-javascript - 5.15.1

Published by kamilogorek over 4 years ago

  • [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)
sentry-javascript - 5.15.0

Published by HazAT over 4 years ago

  • [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)
sentry-javascript - 5.14.2

Published by HazAT over 4 years ago

  • [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)
sentry-javascript - 5.14.1

Published by HazAT over 4 years ago

  • [apm] fix: Check for performance.timing in webworkers (#2491)
  • [apm] ref: Remove performance clear entry calls (#2490)
sentry-javascript - 5.14.0

Published by HazAT over 4 years ago

  • [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)
sentry-javascript - 5.13.2

Published by HazAT over 4 years ago

  • [apm] feat: Add discardBackgroundSpans to discard background spans by default
sentry-javascript - 5.13.1

Published by kamilogorek over 4 years ago

  • [node] fix: Restore engines back to >= 6
sentry-javascript - 5.13.0

Published by kamilogorek over 4 years ago

  • [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
sentry-javascript - 5.12.5

Published by kamilogorek over 4 years ago

  • [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)
sentry-javascript - 5.12.4

Published by kamilogorek over 4 years ago

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

Published by HazAT over 4 years ago

  • [apm] fix: Remove undefined keys from trace.context
sentry-javascript - 5.12.2

Published by HazAT over 4 years ago

  • [apm] ref: Check if Tracing integration is enabled before dropping transaction
sentry-javascript - 5.12.1

Published by HazAT over 4 years ago

  • [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
sentry-javascript - 5.12.0

Published by kamilogorek over 4 years ago

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

Published by HazAT over 4 years ago

  • [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
sentry-javascript - 5.11.1

Published by HazAT almost 5 years ago

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

Published by HazAT almost 5 years ago

  • [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)
sentry-javascript - 5.10.2

Published by kamilogorek almost 5 years ago

  • [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)
sentry-javascript - 5.10.1

Published by kamilogorek almost 5 years ago

  • [apm] fix: Sent correct span id with outgoing requests (#2341)
  • [utils] fix: Make fill and wrap work nicely together to prevent double-triggering instrumentations (#2343)
  • [node] ref: Require https-proxy-agent only when actually needed (#2334)
sentry-javascript - 5.10.0

Published by kamilogorek almost 5 years ago

  • [hub] feat: Update span implementation (#2161)
  • [apm] feat: Add @sentry/apm package
  • [integrations] feat: Change Tracing integration (#2161)
  • [utils] feat: Introduce instrument util to allow for custom handlers
  • [utils] Optimize supportsNativeFetch with a fast path that avoids DOM I/O (#2326)
  • [utils] feat: Add isInstanceOf util for safety reasons