Sigrid Huemer
Sigrid Huemer
### How to reproduce 1. Install library in project with React v17 ### Version information - Node.js Version: 16.13.1 - npm Version: 8.1.2 - OS: iOS ### Additional info My...
I love your project and have been using it for a while to look for examples. I've just been wondering how the axios instance and interceptors work with React in...
# Bug report ## Description / Observed Behavior I am using `useSWRInfinite` with `getKey`, which returns an array. When using the global `mutate` from `useSWRConfig`, I'm passing a function to...
## Description of changes Some pages in "Configuration" do not really contain configuration examples, but offer more of a "guideline". Users might search for usage examples for "Micro Frontends" or...
### Problem Statement The current setup for monitoring crons requires a wrapper function ([link to docs](https://docs.sentry.io/platforms/javascript/guides/node/crons/)). You use it like this: ```js const CronJobWithCheckIn = Sentry.cron.instrumentCron(CronJob, 'cron_slug'); const job =...
### 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...
Will merge this after v8 is out for a while (like 1 week or so).
Improve tests for onboarding pages to make sure the profiling import is present and the correct error handler is used.
Remove already hidden onboarding guide for Serverless Cloud. This package does not exist anymore: https://www.serverless.com/blog/serverless-cloud-spins-off-as-ampt ref https://github.com/getsentry/sentry-docs/issues/7718
Hello 👋🏻 I was looking into handling server errors in nitro and I was wondering if the Nuxt docs are outdated. According to nitro it is possible to add an...