- [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
- [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
- [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
5.9.1
- [browser] ref: Fix regression with bundle size
5.9.0
- [node] feat: Added `mode` option for `OnUnhandledRejection` integration that changes how we log errors and what we do with the process itself - [browser] ref: Both global handlers now always return `true` to call default implementations (error logging)
5.8.0
- [browser/node] feat: 429 http code handling in node/browser transports (2300) - [core] feat: Make sure that Debug integration is always setup as the last one (2285) - [browser] fix: Gracefuly handle incorrect input from onerror (2302) - [utils] fix: Safer normalizing for input with `domain` key (2305) - [utils] ref: Remove dom references from utils for old TS and env interop (2303)