sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
resolves https://github.com/getsentry/sentry-javascript/issues/8796 Aside from deleting the tracing package and all of it's references, it also moves some relevant tests into core.
### Problem Statement Currently, the default logger used by Sentry is `globalThis.console`. However, our app has multiple transports for logging (remote, file, console etc.) With current Sentry implementation, we cannot...
### 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...
### Problem Statement Right now the `shouldCreateSpanForRequest` callback could be helpful to distinguish between API endpoints and decide whether a request should be decorated with the distributed tracing headers. Besides...
### 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...
- This PR fixes https://github.com/getsentry/sentry-javascript/issues/9656 In happy scenarios, the `framesToPop` should not make a difference as the Sentry backend will mark `nonInApp` frames and hide them by default from the...
### 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...
### Problem Statement From time to time we get reports about browser extensions using Sentry with global handler integrations installed. The consequences are that the extension SDK collides with an...
We have a bunch of auto-instrumentation in node-experimental, which uses otel instrumentation under the hood. However, for most of these we do not have any tests yet - mainly because...