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

### Problem Statement Modern Ember build tools (`@embroider/vite` and `@embroider/webpack`) benefit greatly from static, pre-built addons when bundling the app. The current `@sentry/ember` package is currently on the old ember...

Meta: Help Wanted
Feature
Ember

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

Waiting for: Community
Stale
Bug
AWS Lambda

We need to investigate how well our tracing plays with the \`reactRouterRSC()\` vite plugin. This will include adding a e2e test scenario for this case. ---- --> Investigation Results ##...

React Router Framework

After some investigation, I updated the parent issue description with my findings: https://github.com/getsentry/sentry-javascript/issues/18129 Building an E2E test is dependent on adding support for RSC in React Router - currently, it's...

### Description ref https://github.com/getsentry/sentry-javascript/issues/17895

Next.js

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

Still needs investigation

javascript

I came upon this log `Sentry Logger [log]: Adding previous_trace [object Object] link to span [object Object]` and this PR fixes this by stringifying the context. One concern I have...