Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/wizard

Package Overview
Dependencies
Maintainers
11
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/wizard

Sentry wizard helping you to configure your project

  • 3.36.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
11
Created
Source

Sentry

Sentry Wizard

The Sentry Wizard helps you set up your React Native, Cordova, Electron or Next.js projects with Sentry.

npm version npm dm npm dt Discord Chat

deps deps dev deps peer

Wizard in action

Usage

There are multiple ways to run the Wizard.

  1. Install globally and run it anywhere:
npm install -g @sentry/wizard
# or
yarn global add @sentry/wizard

sentry-wizard
  1. Install and run it in your project with yarn:
yarn add @sentry/wizard
yarn sentry-wizard
  1. Run it directly without installing:
npx @sentry/wizard

At the current moment, the wizard is meant to be used for React Native, Cordova, Electron, Next.js, Remix and Sveltekit. If you have other platforms you would like the wizard to support, please open a GitHub issue!

Options

The following CLI arguments are available:

OptionDescriptionTypeDefaultChoicesEnvironment Variable
--helpShow helpboolean
--versionShow version numberboolean
--debugEnable verbose loggingbooleanfalseSENTRY_WIZARD_DEBUG
--uninstallRevert project setup process. Not available for all integrations.booleanfalseSENTRY_WIZARD_UNINSTALL
--skip-connectSkips the connection to the serverbooleanfalseSENTRY_WIZARD_SKIP_CONNECT
--quietDo not fallback to prompting user asking questionsbooleanfalseSENTRY_WIZARD_QUIET
-i, --integrationChoose the integration to setupchoicesSelect integration during setup"reactNative", "ios", "android", "cordova", "electron", "nextjs", "remix", "sveltekit", "sourcemaps"SENTRY_WIZARD_INTEGRATION
-p, --platformChoose platform(s)arraySelect platform(s) during setup"ios", "android"SENTRY_WIZARD_PLATFORM
-u, --urlThe URL to your Sentry installationstringhttps://sentry.ioSENTRY_WIZARD_URL
--projectThe Sentry project slug to usestringSelect project during setup
--orgThe Sentry org slug to usestringSelect org during setup
--saasSkip the self-hosted or SaaS URL selection processbooleanSelect self-hosted or SaaS during setup
-s, --signupRedirect to signup page if not logged inbooleanfalse
--disable-telemetryDon't send telemetry data to Sentrybooleanfalse

Resources

  • Forum
  • Discord
  • Stack Overflow
  • Twitter Follow

Keywords

FAQs

Package last updated on 29 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc