sentry-wizard
sentry-wizard copied to clipboard
Sentry Project Setup Wizard
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 7.6.2. Release notes Sourced from semver's releases. v7.6.2 7.6.2 (2024-05-09) Bug Fixes 6466ba9 #713 lru: use map.delete() directly (#713) (@negezor, @lukekarrys) v7.6.1 7.6.1 (2024-05-04) Bug...
- Vercel - Heroku - Github - Bitbucket - GitLab - AzureDevops - Netlify - Render - Fly.io - Cloudflare - If none match, wish good luck hf
When you set up Sentry with Next.js using the wizard, there is a step asking about CI. It tries to get you to add the auth token to your CI...
### Environment What version are you running 3.23.1 ``` npx @sentry/wizard@latest -s -i reactNative ``` ### Steps to Reproduce I have opened this issue to discuss if it's ideal or...
Alternative issue title: There's no such thing as stability in JS-land Looks like Bun is going to permit comments in `package.json` (https://github.com/oven-sh/bun/pull/10287). This will break our wizard which currently reads...
### Environment Wizard Version: 3.22.3 Don't have yarn installed ### Steps to Reproduce 1. run npx @sentry/wizard@latest -i sourcemaps ### Expected Result Installation would be successful ### Actual Result ◇...
### Environment ``` $ node --version v20.11.1 ``` ``` $ npx @sentry/wizard@latest --version Need to install the following packages: @sentry/[email protected] ``` ### Steps to Reproduce 1. Ran `npx @sentry/wizard@latest -i...
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [ ] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry`...
### Environment Due to the older versions of Sentry not working with Hermes, we needed to modify `Bundle React Native and images` to support hermes, at which time we removed...
Right now, our wizards are very [opinionated](https://develop.sentry.dev/sdk/setup-wizards/#cater-to-the-80) and enable Sentry features by default (e.g. performance monitoring and Replay). On the one hand, this is super convenient for users as the...