DEV Community

Alex Lee
Alex Lee

Posted on

2 2

An easier way to release with Sentry.

I've created a small cli utility to help with Sentry Releases.

Sentry Releaser - https://github.com/alexlee-dev/sentry-releaser

Logo

Sentry Releaser

NPM
GitHub Issues
Dependencies
License


A tool to help with Sentry Releases.

Example

πŸ“ Table of Contents

🧐 About

The Sentry CLI is friendly...but not that friendly. If you just want to grab all your code for a release and do something as simple as "sentry release v1.3.0", you can't. Especially if you're managing multiple projects across different repositories.

Sentry Releaser aims to help you manage your Sentry releases to be as pain free as possible.

🏁 Getting Started

These instructions will get you set up to use Sentry Releaser on your machine.

Prerequisites

Installing

NPM

npm install -g sentry-releaser
Enter fullscreen mode Exit fullscreen mode

Yarn

yarn global add sentry-releaser
Enter fullscreen mode Exit fullscreen mode

🎈 Usage

Navigate a terminal session to your git repo.

cd /users/alex/cool-project
Enter fullscreen mode Exit fullscreen mode

Start Sentry Releaser

$/users/alex/cool-project > sentry-releaser
Enter fullscreen mode Exit fullscreen mode

πŸš€ Initial Setup

Inital Setup

πŸ“¦ Create a New Release

Create a New Release

⛏️ Built Using

  • chalk - Terminal string styling done right.
  • clear - Clear the terminal screen if possible.
  • configstore - Easily load and persist config without having to think about where and how.
  • inquirer - A collection of common interactive command line user interfaces.
  • pickitt - When you need a computer to just pick it, reach for Pickitt!
  • TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.

✍️ Authors

πŸŽ‰ Acknowledgements

Image of Wix Studio

2025: Your year to build apps that sell

Dive into hands-on resources and actionable strategies designed to help you build and sell apps on the Wix App Market.

Get started

Top comments (0)

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

πŸ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay