sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
~Still investigating, but we are getting [event buffer issues](https://sentry.sentry.io/issues/5688850371/events/6c34042a480c4eaa95c424293b66fad9/?project=11276) because expired sessions are not properly ending the session.~ `handleException` is causing a possible infinite loop of sorts for expired sessions....
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? Hi, We are experiencing issues to setup sentry correctly when trying to follow this [guide](https://docs.sentry.io/platforms/javascript/best-practices/multiple-sentry-instances/). We have a multi...
### 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...
I saw these were available in `diagnostics_channel` so this PR adds a default integration that includes breadcrumbs for both child process and worker thread start, stop and error.
This PR adds breadcrumb capture to the `fsIntegration`. It will only capture breadcrumbs if tracing is enabled (ie `tracesSampleRate` or `tracesSampler` config options have any value) and there is a...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [ ] If you've added code that should be tested, please add tests. -...
### 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 is a collection of PRs enabling OTEL tracing for `@sentry/nextjs`, `@sentry/vercel-edge`, and by extension `@sentry/cloudflare`. Tasks: - [x] Make Edge SDK use OTEL (https://github.com/getsentry/sentry-javascript/pull/13742) - Switch Next.js SDK...