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
Add note about restarting terminal after devenv sync (#11125)
I hit a wall twice in a row here where I ran `devenv sync`, but the `sentry` command wasn't on my path until I restarted my terminal and `cd` into my Sentry project install.
After which it ran this:
```
❯ cd Projects/getsentry
direnv: loading ~/Projects/getsentry/.envrc
SUCCESS!
direnv: export +NODE_OPTIONS +PIP_DISABLE_PIP_VERSION_CHECK +PYTHONUNBUFFERED +SENTRY_DEVENV_HOME +SENTRY_DEVSERVICES_DSN +SENTRY_INSTRUMENTATION +SENTRY_UI_HOT_RELOAD +VIRTUAL_ENV +XDG_CACHE_HOME +XDG_CONFIG_DIRS +XDG_CONFIG_HOME +XDG_DATA_DIRS +XDG_DATA_HOME +XDG_RUNTIME_DIR +XDG_STATE_HOME ~PATH
```
... and everything went fine from there.
0 commit comments