Skip to content

Commit

Permalink
Add env var to enable docs analytics
Browse files Browse the repository at this point in the history
Co-authored-by: Ee Durbin <[email protected]>
  • Loading branch information
hugovk and ewdurbin committed Jun 7, 2024
1 parent fb015e6 commit afedb5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions salt/docs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ virtualenv-dependencies:
- onchanges:
- git: docsbuild-scripts

docsbuild-analytics:
cron.env_present:
- user: docsbuild
- name: PYTHON_DOCS_ENABLE_ANALYTICS
- value: 1

docsbuild-sentry:
cron.env_present:
- user: docsbuild
Expand Down

0 comments on commit afedb5a

Please sign in to comment.