sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Description We have seen cases where the `http.client` spans are missing on pageload transactions in Next 14 with app router: https://test-cgomez.sentry.io/explore/traces/trace/f58bd4d77ebf488683b44146597ded54/?node=txn-17dc2947119745a585b6205da5c8adde&project=4507645526868048&source=traces&statsPeriod=1h&targetId=fbe2d8afbdd7a34e×tamp=1748011122 (Clarification on this: http.server spans that happen after...
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce User issue: Initializing Sentry works when running it in a dev environment, but fails to initialize when using a CommonJS bundled file....
### Problem Statement similar to https://github.com/getsentry/sentry-javascript/blob/develop/packages/bun/src/integrations/bunserver.ts ### Solution Brainstorm Rough working implementation: ```ts import { captureException, continueTrace, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, setHttpStatus, startSpan, withIsolationScope, } from 'https://deno.land/x/[email protected]/index.mjs' import type { Integration, IntegrationFn,...
### Description Need to do some maintence work for deno v2 first.
### 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 It was reported that when adding `@sentry/nextjs` to an app, Vercel's nft (node file trace) includes way more files than necessary. It leads to function sizes being huge...
While working on https://github.com/getsentry/sentry-javascript/pull/15307, I noticed that for the Node SDK init, in contrast to most other init functions, we have _a lot_ of logic in the `init` function itself,...
I'm waiting for a review of this PR in OTel: https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2843 After this is reviewed/merged, we can vendor it in again and make sure the E2E test works.
### 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...