sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
### 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...
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 ##...
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
### 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 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...