Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
5.12.3
04 Feb 19:22
Compare
Sorry, something went wrong.
No results found
[apm] fix: Remove undefined keys from trace.context
5.12.2
04 Feb 14:35
Compare
Sorry, something went wrong.
No results found
[apm] ref: Check if Tracing integration is enabled before dropping transaction
5.12.1
04 Feb 11:19
Compare
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
[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
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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 )
5.10.1
05 Dec 15:20
Compare
Sorry, something went wrong.
No results found
[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 )
5.10.0
04 Dec 14:46
Compare
Sorry, something went wrong.
No results found
[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