Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if ! command -v "$DEVENV" >/dev/null; then
fi

PATH_add "${PWD}/.devenv/all/bin"
PATH_add "${PWD}/.devenv/bin"

case $(uname -s) in
Darwin) PATH_add "${PWD}/.devenv/aarch64-darwin/bin";;
*) PATH_add "${PWD}/.devenv/x86_64-linux/bin";;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ devservices up
launchpad serve
```

And finally use the `sentry-cli` to upload to your local machine:
And finally use the `sentry-cli` (version 3.10 or greater) to upload to your local machine:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 3.1.0?


```bash
sentry-cli --log-level DEBUG \
Expand Down
Loading