0.1.0 • Published 6 years ago

cerebro-plugin-sentry v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

cerebro-plugin-sentry

Build Status

Cerebro plugin for easy access to Sentry projects.

npm.io

Usage

To be able to use this plugin, we will need to have a Sentry account and an "Auth token". You can generate one here.

After just configure the plugin with the generated token.

Development

Clone repo

git clone https://github.com/brpaz/cerebro-plugin-sentry

Install dependencies

yarn install

Launch the plugin

npm start

  • A symlink will be created between the plugin folder and the Cerebro plugins folder.
  • You will need to reload your Cerebro settings (Right click on Cerebro tray icon -> Development -> Reload).
  • You can use Cerebro Dev Tools to debug your plugin.

Publish your plugin

Related