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

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

Bug
Next.js

### Description Today, we have `@sentry/node` which out of the box comes with a lot of (OpenTelemetry-based) auto instrumentation. While this is the default experience we want for our users...

Node.js

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

Waiting for: Product Owner
Bug
React

Based off https://github.com/getsentry/sentry-python/pull/4280/files Reopened from https://github.com/getsentry/sentry-javascript/pull/16475 This PR updates our 5 browser FF integrations to capture flag evaluations on spans. This implementation avoids changes to the `Span` class, saving bundle...

In light of https://github.com/getsentry/sentry-javascript/issues/16575, this PR adds an e2e test app for running an express app via `tsx` instead of transpiling it and running it with node directly. I basically...

### Description Seems like Turbopack is more strict in what it will do when there would be 2 different versions of a package it could bundle. Currently it will refuse...

The `featureFlagsIntegration` is an integration to manually buffer feature flags on evaluation, and capture them in event contexts and span attributes. This PR moves it from browser to core, as...

Bumps [next](https://github.com/vercel/next.js) from 14.1.3 to 14.2.30. Release notes Sourced from next's releases. v14.2.30 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies
javascript

### Description If we get a chance to change this, I propose to rename the `inboundFiltersIntegration` because its name doesn't make a lot of sense. Open for other suggestions but...

Meta: Breaking

There are a few problems with the `vercelAiIntegration` on Next.js. We made some improvements already (and/or they are pending): * https://github.com/getsentry/sentry-javascript/pull/16565 * https://github.com/getsentry/sentry-javascript/pull/16566 * https://github.com/getsentry/sentry-javascript/pull/16551 * https://github.com/getsentry/sentry-javascript/pull/16552 Once all of...