sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
### Environment What version are you running? Etc. 7.56.0 ### Steps to Reproduce 1. Create a new angular 17 project 2. install ng-hcaptcha with force because its incompabtiable in the...
### Environment MacOS ### Steps to Reproduce 1. Install sentry wizard 2. run `nvm ls` 3. run `nvm use 18.12.0 ` 4. run `nvm current` ### Expected Result sentry-wizard should...
### Environment MacOS, brew ### Steps to Reproduce 1. run `brew install getsentry/tools/sentry-wizard && sentry-wizard -i android` in https://github.com/getsentry/sentry-react-native/tree/main/samples/react-native 2. checkout file `samples/react-native/android/sentry.properties` 3. run command `./gradlew assembleRelease` for testing...
- closes https://github.com/getsentry/sentry-wizard/issues/498
### Environment -Latest version of wizard. - Windows 11 - VS Code - Powershell terminal. ### Steps to Reproduce on the option of selecting the project, scroll down. then scroll...
At the moment we know if an error occurred during a certain step of the wizard, but we can't act on it as we don't have any stack trace or...
Right now, in the wizard we're still generating the old, user-scoped auth tokens. We recently introduced [Org-scoped auth tokens](https://github.com/getsentry/team-sdks/issues/6) which should be preferred over user-based tokens whenever possible. We therefore...
According to our documentation (e.g.[Readme](https://github.com/getsentry/sentry-wizard#options)), the wizard supports a few CLI args across the individual integration flows. This however is no longer true in the modern, clack-based wizard flows (Next,...
### Environment Latest source maps or sveltekit wizard. Note version is irrelevant. ### Steps to Reproduce 1. Create this config file: ```typescript // vite.config.ts import { somePlugin1, somePlugin2 } from...
As we've found out in [Telegram](https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/src/main/AndroidManifest.xml#L105-L117), the Main Activity can be specified in a library instead of main application, so we should account for this case and search for the...