sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
> [!NOTE] > The pull request "[fix(browser): Stringify span context in linked traces log statement](https://github.com/getsentry/sentry-javascript/pull/18376)" was created by @s1gr1d but did not reference an issue. Therefore this issue was created...
Resolves: #17889 This PR rewrites the `postgresjs` instrumentation with a new architecture: - Added ESM support via `replaceExports` - Moved to main export wrapping instead of internal module patching -...
### Problem Statement Today, our SDK collects web vitals via the `web-vitals` npm packages. Web vitals don't optimally model to SPA-like web applications, where users can "soft-navigate" between pages without...
This PR implements soft navigation support which is pulled from https://github.com/GoogleChrome/web-vitals/pull/308 which entered recently origin trials. No plans yet to support this in our product, just experimenting with how it...
### Is there an existing issue for this? - [X] I have checked for existing issues [https://github.com/getsentry/sentry-javascript/issues](https://github.com/getsentry/sentry-javascript/issues) - [X] I have reviewed the documentation [https://docs.sentry.io/](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...
### 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...
Open issue list for enhancements of the NestJS SDK. - [ ] [https://github.com/getsentry/sentry-javascript/issues/13167](https://github.com/getsentry/sentry-javascript/issues/13167) - [ ] [https://github.com/getsentry/sentry-javascript/issues/13133](https://github.com/getsentry/sentry-javascript/issues/13133) - [ ] Upstream automatic instrumentation to open telemetry repo - [ ]...
### 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...
`disableLogger` can easily be confused with `enableLogs: false` so we need to do a better job with naming here. We can rename this option once we move it to the...