sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Official Sentry SDKs for JavaScript

Results 1038 sentry-javascript issues
Sort by recently updated
recently updated
newest added

_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...

Bug
React

### 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...

Improvement
SvelteKit

### 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...

Feature

## 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...

Improvement
Browser
User Feedbacks

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 ![image.png](https://uploads.linear.app/3ed206af-f87a-40aa-82a0-150bf83e43e6/cd236fa1-cab4-4547-bae6-8960585fcd6b/b12a895c-cabe-48e6-9261-2989ae3183eb?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzNlZDIwNmFmLWY4N2EtNDBhYS04MmEwLTE1MGJmODNlNDNlNi9jZDIzNmZhMS1jYWI0LTQ1NDctYmFlNi04OTYwNTg1ZmNkNmIvYjEyYTg5NWMtY2FiZS00OGU2LTkyNjEtMjk4OWFlMzE4M2ViIiwiaWF0IjoxNzQ3MDY1Nzg4LCJleHAiOjMzMzE3NjI1Nzg4fQ.DnqVti6_3RFwjKK1-GRqFPomZMAVkeT5KceQGMuyftE)

Hono

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!

Cloudflare Workers

### 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/

Feature