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

### Problem In JS `fetch()` basically runs through 3 stages: 1. `fetch()` is called and started 2. `fetch()` resolves - generally meaning status code and response headers are returned 3....

Feature: Performance
Package: browser
Meta: Good First Issue

We ship our own config for `@opentelemetry/instrumentation-http`, with some important custom config needed to make Sentry work properly. However, this means that users cannot use a custom config for this...

Package-Meta: OpenTelemetry
Meta: Good First Issue

### 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: browser

Angular monkeypatches [browser APIs](https://github.com/angular/angular/blob/main/packages/zone.js/STANDARD-APIS.md) so that when they are called, will trigger Angular's change detection. This means that our SDK can end up causing customer applications to unnecessarily re-render, which...

Package: replay

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce **Dependencies:** "@sentry/vue": "8.7.0" "nuxt": "3.11.2" "h3": "1.11.1", ... This is my Nuxt/Vue config inside` plugins/sentry.ts` ```javascript import * as Sentry from "@sentry/vue";...

Package: vue

We do have support for Nest.js through `@sentry/node` today: https://docs.sentry.io/platforms/javascript/guides/nestjs/ However, there are some limitations to this, which we could overcome and improve upon if we had a dedicated package...

Package: nestjs

### Problem Statement We want to be able to use `@sentry/react` from the CDN ### Solution Brainstorm Add `@sentry/react` to the CDN. We tried using the one from NPM but...

Type: Improvement
Package: react

We do not have any E2E test app that tests the base/default browser experience, including the default `browserTracingIntegration` etc. We should add that!

Type: Tests
Meta: Good First Issue

### 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-Meta: OpenTelemetry

Raised by @whitep4nth3r , there seem to be some issues with an astro app deployed to netfliy. Repro: https://github.com/whitep4nth3r/p4nth3rworld When running locally, stuff seems to work as far as I...

Type: Bug
Package: astro