sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
I have a PoC of this working (was part of my hackweek project). Will open a PR in a couple of days.
extracted from #13439 based on #13458 This PR significantly improves the performance of our offline transport unit tests. These tests were the bottleneck of our unit test performance previously, as...
### 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...
Better write-up will follow. For now opening a PR to check the added GH workflow
### Problem Statement Hello, I just implemented trpc v11 in my node project and the only thing that is not working anymore is the types compatibilities between the middleware factory...
Higher order tracking issue: https://github.com/getsentry/team-sdks/issues/100 ### Description It came up that the breadcrumbs we create for 4xx and 5xx fetch requests are pretty tame and don't stick out. We can...
### 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...
There is a somewhat new instrumentation now for node-fetch which we could use instead of the community one we are using today: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-undici However, in order to maintain feature parity,...
### 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...