sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
We should add this as a prompt to the setup wizard to ensure users are not surprised.
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create a monorepo with pnpm 2. Run Sentry wizard 3. Select pnpm ### Expected Result Sentry wizard is able to complete...
Added comment to add spotlight in Sentry.init for remix server config Note: We did not include the installation and setup of Spotlight because it is not added by default, and...
Added comment to add spotlight in Sentry.init for react-native config Note: We did not include the installation and setup of Spotlight because it is not added by default, and it...
Environment MacOS What version are you running? @sentry/wizard": "^3.20.5" Steps to Reproduce Run npx @sentry/wizard Expected Feature Should have an option to either create a new sentry project or select...
Our wizard should inject a commented `spotlight: true` flag to enable sending events from the SDK to the spotlight sidecar: ```js Sentry.init({ dsn: '...', //... // uncomment this to enable...
Currently `sentry-expo` has 4 setup steps that could be done by wizard (some already are done by wizard for pure react-native projects.) Steps: 1. Sign up for sentry (already done...
Although the current Xcode patch produces a perfectly valid shell script that is executed by Xcode, some third-party parses are crashing on this `\"` escape. We can change the script...
### Environment React-native: 0.72.3 Sentry: 5.18.0 node: 18.19.0 ### Steps to Reproduce 1- new react native project 2- npx @sentry/wizard@latest -s -i reactNative ### Expected Result it should not failed...
### Environment Sentry Wizard for Remix ### Steps to Reproduce 1. `npx @sentry/wizard@latest -i remix` ### Expected Result It should make minimal changes to the original source, only add wrapper,...