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

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

Package: react
Feature: Source Maps
Waiting for: Community
Stale

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

Type: Bug
Package: node

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

Type: Bug
Package: react

Canary tests failed: https://github.com/getsentry/sentry-javascript/actions/runs/9200146106

Type: Tests

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

Type: Tests

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

Type: Bug
Package: node

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

Type: Bug
Package: node

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