sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

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...

Package: browser
Waiting for: Product Owner

### 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...

Package: browser
Waiting for: Product Owner

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

Type: Tests
Waiting for: Product Owner

### 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...

Waiting for: Product Owner
Package: profiling-node

### 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...

Package: react
Waiting for: Product Owner

### 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....

Waiting for: Product Owner

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...