sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
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...
```[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...
```[tasklist] ### Tasks - [x] Update dependency to `@sentry/node` - [x] Ensure it builds - [ ] Ensure tests pass - [ ] Test it in an actual app ```
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...
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.
### 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...
### 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...
### 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...
### 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...