Skip to content

Commit

Permalink
Add note about restarting terminal after devenv sync (#11125)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benvinegar committed Aug 26, 2024
1 parent 764ea6e commit 321c7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions develop-docs/development/environment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ When you're done with setup, you'll want to also review the <Link to="/developme

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

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


## Running the Development Server

Expand Down

0 comments on commit 321c7b9

Please sign in to comment.