sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
The SvelteKit SDK now natively supports Cloudflare Pages (https://github.com/getsentry/sentry-javascript/pull/14672) since `@sentry/[email protected]`. Right now, the wizard doesn't take into account the special setup needed for Cloudflare. We should eventually add a...
Right now, errors we capture are not very granular/actionable. We should e.g. add more try/catches around specific steps and capture more specific/granular errors. (e.g. like for Nuxt [here](https://github.com/getsentry/sentry-wizard/pull/833)). The goal...
Right now, errors we capture are not very granular/actionable. We should e.g. add more try/catches around specific steps and capture more specific/granular errors. (e.g. like for Nuxt https://github.com/getsentry/sentry-wizard/pull/833). The goal...
I noticed, some files contain blank disable rules for the entire files. Let's revisit these, check if they're really necessary (likely not) and remove them.
### Environment ``` "dependencies": { "@sentry/nextjs": "^10.4.0", "next": "14.2.5", "react": "^18", "react-dom": "^18" } ``` ### Steps to Reproduce 1. Create a new nextjs starter project `npx create-next-app@14` 2. Run...
### What React Native libraries do you use? Expo (mobile only), RN New Architecture, Hermes ### Are you using sentry.io or on-premise? sentry.io (SaS) ### @sentry/react-native SDK Version 6.16.0 (previously...
Some of our wizards today actively enable source map generation (e.g. Angular). Some others don't do anything but let the meta framework SDK's build plugin take care of setting `hidden`...