architect-team / architect-cli

Command line interface for running Architect services locally
https://docs.architect.io
38 stars 13 forks source link

pinning sentry to a stable version #924

Closed ryan-cahill closed 11 months ago

ryan-cahill commented 11 months ago

Overview

The latest minor Sentry version was causing the CLI to hang after a command finished. The caret for the Sentry module versions was removed in order to ensure that we don't automatically download and install versions that aren't stable

Changes

Tests