sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
Since quite a long time, there is no need anymore to install `@sentry/tracing` - anything that used to be there can & should be imported directly from your package, e.g....
This enables the fallback component used by the React Error Boundary to use hooks.
This is not a complete fix for all flaky integration tests, but it seems to resolve flakiness of a few tests that fail very frequently.
We currently support Next.js 10+. In v8, we may want to raise this. ## Open questions * Do we want to raise it? How much?
### Problem Statement Actually, `@sentry/serverless` package use the `aws-sdk` v2. It results on this warnings when testing in local with serverless-offline : ``` (node:49034) NOTE: We are formalizing our plans...
### Problem Statement Allow for outgoing HTTP request & response bodies to be added to breadcrumbs/spans. Similar to work done in https://github.com/getsentry/sentry-javascript/pull/7287 ### Solution Brainstorm **NOT THE DEFAULT** due to...
> ⚠️ This original post has been edited by @lforst to reflect the current status of Turbopack Support ⚠️ > [!IMPORTANT] > This issue is tracking progress on Turbopack Support....
### 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...
### Problem Statement I would like to have the option of configuring replay sample rate in the context of User Feedback, so I can see a replay or screenshot attached...