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

This is a tracking list of all problems we've encountered around OpenTelemetry instrumentation ```[tasklist] ### Dependency issues (either OTEL or OTEL instrumentation) - [ ] https://github.com/prisma/prisma/issues/23410 - [ ] https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1872...

Package-Meta: OpenTelemetry

```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-javascript/pull/11075 - [x] Ensure it builds - [x] Ensure tests pass - [ ] https://github.com/getsentry/sentry-javascript/pull/11130 - [ ] Investigate why hover preloading causes the...

Feature: Performance
Package: sveltekit
Package-Meta: OpenTelemetry

```[tasklist] ### Tasks - [x] Update dependency to `@sentry/node` - [x] Ensure it builds - [ ] Ensure tests pass - [ ] Test it in an actual app ```

Feature: Performance
Package: astro
Package-Meta: OpenTelemetry

The serverless SDKs use `require` to monkeypatch GCP related libraries. This does not work with ESM (and it gets even more complicated with bundling). Currently we only emit an CJS...

Type: Improvement
Platform: Google Cloud Functions
Waiting for: Product Owner

The remix SDK currently does a dynamic require https://github.com/getsentry/sentry-javascript/blob/dcb6c240373dd87a1063386aeeafcd97c9f47585/packages/remix/src/utils/instrumentServer.ts#L547-L549 This makes it non-esm compatible. We should find a way around this.

Type: Improvement
Package: remix

### 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
Waiting for: Community
Stale
Package: bun

### Problem Statement Currently the ANR feature only sends a single event and exits. ### Solution Brainstorm We chose to do this because: - The ANR worker does not run...

Type: Improvement
Feature: Errors
Package: node

https://github.com/getsentry/team-sdks/issues/41

Feature: Tracing

### 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
Meta: Good First Issue

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. use sentry tunnel with nextjs app 2. authenticate sentry via env variable 3. nextjs app has own basic auth unrelated to...

Meta: Help Wanted
Package: nextjs