-
-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Description
Problem:
The post-install script in @sentry/cli, which attempts to download the version of the sentry-cli executable appropriate to the current platform, can error out for any number of reasons, and we don't give users a lot of help when it does.
Possible solutions:
- In error message, point users to the Node installation instructions at https://github.com/getsentry/sentry-cli#node
- Improve those installation instructions to explain how people are supposed to know what to call the binary if they're using the custom CDN option. (We say
The downloader will append "/<version>/sentry-cli-<dist>", but don't tell people how to determineversionanddist.) Also potentially mentionSENTRYCLI_USE_LOCAL.
pkolt