You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we need to work on sentry-kube itself, and it's nice to iterate on it locally. Now that it's installed externally, we need to switch to a local install with -e. We can do that manually by modifying requirements.txt and pip install -r requirements.txt (see docs), but it would be nice if there was some cleaner way to do this within devenv that doesn't leave us out of sync with the checked in code, etc.
Not sure if there's a nice way to do this, but worth a shot. :)
The text was updated successfully, but these errors were encountered:
We are using devenv in
ops
now, and recentlysentry-kube
has been extracted from that repo and into a standalone one: https://github.com/getsentry/sentry-infra-tools/Sometimes we need to work on
sentry-kube
itself, and it's nice to iterate on it locally. Now that it's installed externally, we need to switch to a local install with-e
. We can do that manually by modifyingrequirements.txt
andpip install -r requirements.txt
(see docs), but it would be nice if there was some cleaner way to do this within devenv that doesn't leave us out of sync with the checked in code, etc.Not sure if there's a nice way to do this, but worth a shot. :)
The text was updated successfully, but these errors were encountered: