sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
This includes all tracing within: * `wrapServerComponentWithSentry` * `wrapGenerationFunctionWithSentry` We need to make sure this stays backwards compatible for previous Next.js versions.Potentially unblocks `cacheComponents`support for webpack. ref [https://github.com/getsentry/sentry-javascript/issues/17895](https://github.com/getsentry/sentry-javascript/issues/17895)
### 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...
### 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...
### 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 In the `_runFlush()` method, we have a try/catch around a block of code that [emits the following 2 outcomes](https://github.com/getsentry/sentry-javascript/blob/develop/packages/replay-internal/src/replay.ts#L1221-L1222): `ratelimit_backoff` and `send_error`. However, within the `try` block we...
https://github.com/getsentry/sentry-javascript/blob/3d63621714b31c1ea4c2ab2d90d5684a36805a43/packages/opentelemetry/src/utils/getRequestSpanData.ts#L9 [[sentry-javascript/packages/opentelemetry/src/utils/parseSpanDescription.ts]()](https://github.com/getsentry/sentry-javascript/blob/3d63621714b31c1ea4c2ab2d90d5684a36805a43/packages/opentelemetry/src/utils/parseSpanDescription.ts#L23)
### 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...
### Flakiness Type Assertion failure ### Name of Job Playwright bundle Tests ### Name of Test [chromium] › suites/sessions/initial-scope/test.ts:18:11 › should start a new session with navigation. ### Link to...