@@ -48,30 +48,34 @@ yarn sentry-wizard
48
48
npx @sentry/wizard
49
49
```
50
50
51
- At the current moment, the wizard can be used for Next.js, react-native, iOS, Flutter, Nuxt, Remix, Sveltekit, Android, Electron, Cordova, and for sourcemaps setup. If you have other platforms you would like the wizard to support, please open a [ GitHub issue] ( https://github.com/getsentry/sentry-wizard/issues ) !
51
+ At the current moment, the wizard can be used for Next.js, react-native, iOS,
52
+ Flutter, Nuxt, Remix, Sveltekit, Android, Electron, Cordova, and for sourcemaps
53
+ setup. If you have other platforms you would like the wizard to support, please
54
+ open a [ GitHub issue] ( https://github.com/getsentry/sentry-wizard/issues ) !
52
55
53
56
# Options
54
57
55
58
The following CLI arguments are available:
56
59
57
- | Option | Description | Type | Default | Choices | Environment Variable |
58
- | --------------------- | ----------------------------------------------------------------- | ------- | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
59
- | ` --help ` | Show help | boolean | | | |
60
- | ` --version ` | Show version number | boolean | | | |
61
- | ` --debug ` | Enable verbose logging | boolean | ` false ` | | ` SENTRY_WIZARD_DEBUG ` |
62
- | ` --uninstall ` | Revert project setup process. Not available for all integrations. | boolean | ` false ` | | ` SENTRY_WIZARD_UNINSTALL ` |
63
- | ` --skip-connect ` | Skips the connection to the server | boolean | ` false ` | | ` SENTRY_WIZARD_SKIP_CONNECT ` |
64
- | ` --quiet ` | Do not fallback to prompting user asking questions | boolean | ` false ` | | ` SENTRY_WIZARD_QUIET ` |
65
- | ` -i, --integration ` | Choose the integration to setup | choices | Select integration during setup | "reactNative", "flutter", ios", "android", "cordova", "electron", "nextjs", "nuxt", "remix", "sveltekit", "sourcemaps" | ` SENTRY_WIZARD_INTEGRATION ` |
66
- | ` -p, --platform ` | Choose platform(s) | array | Select platform(s) during setup | "ios", "android" | ` SENTRY_WIZARD_PLATFORM ` |
67
- | ` -u, --url ` | The URL to your Sentry installation | string | ` https://sentry.io ` | | ` SENTRY_WIZARD_URL ` |
68
- | ` --project ` | The Sentry project slug to use | string | Select project during setup | | |
69
- | ` --org ` | The Sentry org slug to use | string | Select org during setup | | |
70
- | ` --saas ` | Skip the self-hosted or SaaS URL selection process | boolean | Select self-hosted or SaaS during setup | | |
71
- | ` -s, --signup ` | Redirect to signup page if not logged in | boolean | ` false ` | | |
72
- | ` --disable-telemetry ` | Don't send telemetry data to Sentry | boolean | ` false ` | | |
73
- | ` --force-install ` | Force install the SDK NPM package (use with caution!) | boolean | ` false ` | | |
74
- | ` --coming-from ` | Specify the partner organization initiating this command. | string | | | |
60
+ | Option | Description | Type | Default | Choices | Environment Variable |
61
+ | ---------------------- | ----------------------------------------------------------------- | ------- | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
62
+ | ` --help ` | Show help | boolean | | | |
63
+ | ` --version ` | Show version number | boolean | | | |
64
+ | ` --debug ` | Enable verbose logging | boolean | ` false ` | | ` SENTRY_WIZARD_DEBUG ` |
65
+ | ` --uninstall ` | Revert project setup process. Not available for all integrations. | boolean | ` false ` | | ` SENTRY_WIZARD_UNINSTALL ` |
66
+ | ` --skip-connect ` | Skips the connection to the server | boolean | ` false ` | | ` SENTRY_WIZARD_SKIP_CONNECT ` |
67
+ | ` --quiet ` | Do not fallback to prompting user asking questions | boolean | ` false ` | | ` SENTRY_WIZARD_QUIET ` |
68
+ | ` -i, --integration ` | Choose the integration to setup | choices | Select integration during setup | "reactNative", "flutter", ios", "android", "cordova", "electron", "nextjs", "nuxt", "remix", "sveltekit", "sourcemaps" | ` SENTRY_WIZARD_INTEGRATION ` |
69
+ | ` -p, --platform ` | Choose platform(s) | array | Select platform(s) during setup | "ios", "android" | ` SENTRY_WIZARD_PLATFORM ` |
70
+ | ` -u, --url ` | The URL to your Sentry installation | string | ` https://sentry.io ` | | ` SENTRY_WIZARD_URL ` |
71
+ | ` --project ` | The Sentry project slug to use | string | Select project during setup | | |
72
+ | ` --org ` | The Sentry org slug to use | string | Select org during setup | | |
73
+ | ` --saas ` | Skip the self-hosted or SaaS URL selection process | boolean | Select self-hosted or SaaS during setup | | |
74
+ | ` -s, --signup ` | Redirect to signup page if not logged in | boolean | ` false ` | | |
75
+ | ` --disable-telemetry ` | Don't send telemetry data to Sentry | boolean | ` false ` | | |
76
+ | ` --force-install ` | Force install the SDK NPM package (use with caution!) | boolean | ` false ` | | |
77
+ | ` --coming-from ` | Specify the partner organization initiating this command. | string | | | |
78
+ | ` --ignore-git-changes ` | Ignore git changes in the project and not prompt for confirmation | boolean | ` false ` | | |
75
79
76
80
## Resources
77
81
0 commit comments