sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Environment SaaS (https://sentry.io/) ### What are you trying to accomplish? We have been using sentry to track issues in our ReactJS for quite some time now, but recently in...
Cross posting here, as I'm starting to believe the issue is in `@sentry/core` Original Ticket: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/533 Probably Related: #12151 ### Environment ``` "@sentry/esbuild-plugin": "^2.16.1", ``` ### Actual Result Still investigating,...
### 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...
Canary tests failed: https://github.com/getsentry/sentry-javascript/actions/runs/9200146106
Today, most of our E2E tests ensure we send payloads to Sentry. This means we wait for stuff to be ingested by Sentry, which also means that if that is...
### 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...
This PR introduce a new continuous profiling mode. This mode is exclusive from the current mode which considers starting and stopping profiles on a per span basis. I've picked the...
This PR makes our check for when we abort and log an error due to `Sentry.init` being used in a browser extension a bit more fine-gained. In particular, we now...
### 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...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [ ] If you've added code that should be tested, please add tests. -...