sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
If we can see that user's are using TS, generate and use `_error.ts`, `next.config.ts`, `sentry.server.config.ts`, and `sentry.client.config.ts`. The easiest way to do this is to check for the existence of...
### Environment * NodeJS 18.70 * NextJS 12.2.5 * Sentry Wizard 2.2.0 * Sentry CLI version 1.74.5 ### Steps to Reproduce ``` npm install -g @sentry/wizard sentry-wizard -i nextjs ```...
RN bits. https://github.com/getsentry/sentry-wizard/blob/cd7e22a1b5351ed47823934ccf504a87c3d3e741/lib/Steps/Integrations/ReactNative.ts#L270-L271 Sentry CLI's PR. https://github.com/getsentry/sentry-cli/releases/tag/2.0.2 First we have to bump Sentry-CLI as well, https://github.com/getsentry/sentry-react-native/pull/2385
### Environment Example: https://github.com/getsentry/sentry-wizard/runs/7922876345?check_suite_focus=true ### Steps to Reproduce 1. Add failing test 2. Push it ### Expected Result The job should fail. ### Actual Result ![Screenshot 2022-08-29 at 15 58...
### Environment When I add a `console.log` in `ReactNative` integration, the tests will fail because the `console.log` would be called after the tests are supposedly done. It's not related to...
I am trying to set up sentry in my react native project. But when I try to execute the script "npx @sentry/wizard -i reactNative -p ios android" this error occurs...
### Environment How do you use Sentry? Sentry SaaS Which SDK and version? React Native 0.64.0 Windows 10 ### Steps to Reproduce 1. npx @sentry/wizard -i reactNative -p ios android...
### What changed? Updated yargs to 17.3.1 ### Testing `yarn build`, `yarn test` and `yarn lint` succeeded locally
When I install [email protected], it auto-lunches the wizard in the browser but it stucks on "waiting wizard to connect". What can I do?
The current template for new react native projects using typescript has `App.tsx` file instead of `App.js`. When running the wizard, I've noticed this output: ``` ✅ Patched build.gradle file. ✅...