sentry-wizard icon indicating copy to clipboard operation
sentry-wizard copied to clipboard

Sentry Project Setup Wizard

Results 125 sentry-wizard issues
Sort by recently updated
recently updated
newest added

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...

good first issue
Platform: SvelteKit
Feature

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...

Improvement

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...

Improvement
Android

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.

Task

### 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...

bug

### 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...

bug
Platform: React-Native
React-Native

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`...