sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### 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...
### 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...
### 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...
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...
build(deps): Bump next from 14.1.3 to 14.2.30 in /dev-packages/e2e-tests/test-applications/nextjs-14
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...
### 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...
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...