Skip to content

Commit 321c7b9

Browse files
authored
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.
1 parent 764ea6e commit 321c7b9

File tree

1 file changed

+2
-0
lines changed
  • develop-docs/development/environment

1 file changed

+2
-0
lines changed

develop-docs/development/environment/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ When you're done with setup, you'll want to also review the <Link to="/developme
2121

2222
Simply run `devenv sync` inside of your sentry or getsentry repo.
2323

24+
NOTE: After running `devenv sync` you may need to restart your terminal to continue.
25+
2426

2527
## Running the Development Server
2628

0 commit comments

Comments
 (0)