sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
- Closes #12402 - Closes #12343 This PR migrates the `nativeNodeFetchIntegration` to use `@opentelemetry/instrumentation-undici` instead of `opentelemetry-instrumentation-fetch-node`. This now gives us fetch instrumentation all the way back to Node v16.18....
### 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...
Adding another source maps generation step with rollup to include Nitro-generated source maps as well. closes https://github.com/getsentry/sentry-javascript/issues/13383
This is to replace #13418 because I couldn't push to that fork. Thanks to @Bruno-DaSilva Closes #13416. We ignore debugger call stacks in the worker that don't match the original...
### 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...
Extend options that can be added to `withSentryConfig` part of https://github.com/getsentry/sentry-javascript/issues/13012
I noticed that `it.skip` and `it.only` usage is not correctly flagged in vitest files by our jest eslint plugin. To fix this, I initially wanted to add [eslint-plugin-vitest](https://github.com/vitest-dev/eslint-plugin-vitest) but realized...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create nextjs app 2. Have the static content served from cdn. and define the `assetPrefix` property in the nextjs config to...