sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
_Originally posted by @billyvg in https://github.com/getsentry/sentry-javascript/pull/16537#discussion_r2140102327_: > can we do this as part of our default event processing pipeline instead of having to define it for each integration?
### 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 I noticed a while ago, that navigation spans are extremely short sometimes (1-5ms) which makes me a bit suspicious if we're not missing some spans (e.g. resource...
### Problem Statement Extracted from https://github.com/getsentry/sentry-javascript/issues/16505#issuecomment-2954260527, we should find a way to ignore certain spans emitted from the OTel `pg` instrumentation. For example, the `pg-pool.connect` spans. ### Solution Brainstorm Right...
[User Feedback] Context shown in the replay is still not enough to understand the feedback message
## Problem Statement In the cases where a user takes 30s or longer to type a feedback message, context for what was happening leading up to the feedback message inside...
This PR creates a new `node-core` package * that comes with no OpenTelemetry auto-instrumentations out of the box * adds only necessary OpenTelemetry dependencies and widens their range to accept...
### 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...
@david said: > hrm yeah pretty sure a baseline hono app isnt working, but maybe im missing something 
We've got some requests for supporting Cloudflare Workflows, so tracking this here.[https://developers.cloudflare.com/workflows/](https://developers.cloudflare.com/workflows/)Please upvote this issue and leave a comment if you want to see support for this functionality. Thanks!
### Problem Statement Sentry don't work for https://orpc.unnoq.com/ ### Solution Brainstorm It would be nice to have a middleware like for trpc.io for error reporting https://docs.sentry.io/platforms/javascript/guides/node/configuration/integrations/trpc/