sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Discussed in https://github.com/getsentry/sentry-javascript/discussions/5732 Originally posted by **thomasverleye** September 13, 2022 When running `remix build --sourcemap` you'll get following warning: ```bash $ remix build --sourcemap Building Remix app in production...
### 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...
### Version 22.3.0 ### Steps to Reproduce I have a typescript (`4.1.2`), react (`17.0.2`) web application using webpack (`5.24.3`). I have been following provided instructions to get source maps to...
We've identified this API, or rather its implementation as problematic. `Scope.setTransactionName()` will populate the `transaction` field of any event that comes after that call on that scope (and any scopes...
We send a list of enabled integrations in an events SDK data. When debugging behavior controlled by one of those integrations, it's often helpful to know what options they have...
### 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...
- [x] Review the documentation: https://docs.sentry.io/ - [x] Search for existing issues: https://github.com/getsentry/sentry-javascript/issues - [x] Use the latest release: https://github.com/getsentry/sentry-javascript/releases - [ ] Provide a link to the affected event...
### Problem Statement Right now, we don't handle multiple baggage headers in one request when handling incoming requests. This could happen though. For instance, the Python SDK does not merge...
### 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...