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

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

Type: Tests

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

Type: Tests

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

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
Package: profiling-node

ref https://github.com/getsentry/sentry-javascript/issues/11798 React 19 brings some improvements to error handling with https://react.dev/blog/2024/04/25/react-19#error-handling! This PR exposes a new method, `Sentry.captureReactException` that helps users interact with these new React 19 error handling...

resolves https://github.com/getsentry/sentry-javascript/issues/11777

### 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
Feature: Crons

### 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: nextjs
Waiting for: Product Owner

### Problem Statement https://developer.mozilla.org/en-US/docs/Web/API/Performance_API/Long_animation_frame_timing ### Solution Brainstorm Get information about long animation frames and understand why they happening. We can create spans around these long animation frames. This can essentially...

Meta: Help Wanted
Type: Improvement
Feature: Performance
Package: browser

This PR adds a new way to initialize `@sentry/node`, which allows to use the SDK with performance instrumentation even if you cannot (for whatever reason) call `Sentry.init()` at the very...