sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
Hi, I saw that the `trackFetchStreamPerformance` option was introduced in [PR #13951](https://github.com/getsentry/sentry-javascript/pull/13951) to bypass this issue, and [Issue #13950](https://github.com/getsentry/sentry-javascript/issues/13950) was closed as a result. However, this hasn't fully resolved the...
Resolves #13311 Implement Knex OTL instrumentation in `packages/node`. - [x] If you've added code that should be tested, please add tests. - [x] Ensure your code lints and the test...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
Due to the side-effect, `browserPerformanceTimeOrigin` ends up in the non-tracing browser bundle so this change removes it from there at a slight cost to the tracing bundles.
Canary tests failed: https://github.com/getsentry/sentry-javascript/actions/runs/11412830378
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce `npx @sentry/wizard@latest -i nextjs` All options for enhancements were marked as off. ### Expected Result That I can build the NextJS application....
This PR started out as trying to fix capturing request bodies for Koa. Some investigation later, we found out that the fundamental problem was that we relied on the request...