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

@bonniernews/sentry-sync

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonniernews/sentry-sync

Syncs release data from a project to Sentry

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
6
Weekly downloads
 
Created
Source

Sentry Sync

Work in progress, CLI-tool doesn't work yet

Syncs releases as well as source maps and related source files to Sentry.

js-semistandard-style

Install

npm install -g @bonniernews/sentry-sync

Syntax

sentry-sync \
--organization foo \
--project bar \
--source-version <something-indicating-the-version> \
--token secret123 \
relative/path/to/source-map/file1
relative/path/to/source-map/file2

Flags

  • --organization - required - specify the name of the Sentry organization of the project to sync with
  • --project - required - specify the name Sentry project to sync with
  • --source-version - required - specify the version of the source that is synced (eg. a short hash, a SemVer version or such)
  • --commit - specify the commit hash of the pushed code
  • --help - if specified then this help will be printed
  • --repository - specify the name of the git repository for the code, eg. owner-name/repo-name
  • --token - the Sentry token used to authenticate against the Sentry API
  • --verbose - if specified, then more verbose feedback will be returned
  • --version - if specified, then the version of this tool will be returned

FAQs

Package last updated on 11 Mar 2019

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