sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
Hi, I'm installing sentry for a new project and the wizard is only giving me option to add the ones in my sentry account, not to create a new one.
Hello, We were recently debugging a native electron crash and decided to upload the symbols. We do not have a great internet connection, so were put off by the 1.3GB...
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? `"@sentry/nextjs": "^6.3.0"` ### Steps to Reproduce ``` npx @sentry/wizard -i nextjs ? Please select your project...
https://github.com/getsentry/sentry-wizard/blob/63cbb3ff6a803546d3c2db0d162830845546b0e1/lib/Helper/SentryCli.ts#L30 This only `resolves` the path but it does not need at runtime, the question is that Apps that have `wizard` as a dev dependency don't depend on `cli` directly,...
### Environment What version are you running? Etc. ``` "@sentry/nextjs": "^7.13.0", "next": "^12.2.5", node -v v16.16.0 ``` ### Steps to Reproduce 1. Found [this guide](https://docs.sentry.io/platforms/javascript/guides/nextjs/) 2. Ran `npm install --save...
Found by https://github.com/getsentry/sentry-wizard/pull/199/files Should I just remove `debug` from import? I don't know the codebase so asking before doing it.
As spotted here: https://github.com/getsentry/sentry-capacitor/issues/234  Updating the dependency `npmlog` to version 6 may fix the issue.
If I run a local build of the Wizard with Bun 1.0 it works Mostly - there is an issue with clack where it gets stuck in project selection suddenly...
### Environment One of our customers reported that they get a TimeoutError when they try to use the SvelteKit wizard to set up a new project ### Steps to Reproduce...