diff options
| author | Eric Feng <erichfeng@gmail.com> | 2016-09-22 11:55:42 -0700 |
|---|---|---|
| committer | Eric Feng <erichfeng@gmail.com> | 2016-09-22 11:55:42 -0700 |
| commit | 3a2be3ad5a59c51f2b687afe5ae27042e10af94a (patch) | |
| tree | 13d32f5b434b050b8ca4a4dd91d9f3cbc80fb432 | |
| parent | b4a7c714cfcfb90e5c995b6838f335afdbd28ec0 (diff) | |
| download | raven-env_arg.tar.gz | |
Adding environment argument documentationenv_arg
| -rw-r--r-- | docs/advanced.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst index e55c2c3..4b0376b 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -105,6 +105,12 @@ The following are valid arguments which may be passed to the Raven client: release = '1.0.3' +.. describe:: environment + + The environment your application is running in:: + + environment = 'staging' + .. describe:: exclude_paths Extending this allow you to ignore module prefixes when we attempt to |
