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 Statement # Background We are running Sentry in production and have been for a while now (~2 years or so). Over the course of the last year, we...

Type: Improvement

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

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

Today, we do not support providing generator functions as a callback to `startSpan` or `startSpanManual`. This is fundamentally a bit tricky, first because it is a bit tricky (but probably...

Type: Improvement
Feature: Performance

### Problem Statement **Use case**: When an error occurs, we prompt the user for feedback and also for consent to upload diagnostic info. Diagnostic info is uploaded to cloud storage,...

Package: feedback

Right now to implement distributed tracing with the JS SDK, it is a bit confusing. The docs jump back and forth between different concepts: https://docs.sentry.io/platforms/javascript/distributed-tracing/custom-instrumentation/ and attaching headers requires both...

Type: Improvement
Feature: Tracing

### Problem Statement Our current Otel-node-specific implementation of `continueTrace` creates a remote span which holds the trace information from the `sentry-trace` and `baggage` data passed to `continueTrace` (as described in...

Feature: Performance
Package: node
Feature: Tracing
Package-Meta: OpenTelemetry

Followup to https://github.com/getsentry/sentry-javascript/pull/11169 In the logic where we set a span status based on `HTTP_STATUS_CODE` or `RPC_GRPC_STATUS` code, there are two inconsistencies with the spec (https://opentelemetry.io/docs/specs/semconv/rpc/grpc/): - We assume the...

Feature: Performance
Package-Meta: OpenTelemetry

```[tasklist] ### General - [ ] Update docs to add more examples around new Span APIs - [ ] Document how to override OTEL config - [ ] Update tracing...

Type: Documentation

Just a collection of things I noticed when trying out the Next.js SDK with our newest OTEL implementation. This list is WIP: Findings: - Next.js is creating spans by itself...

Package: nextjs
Package-Meta: OpenTelemetry