Skip to content

Commit

Permalink
Update usage-stats.md
Browse files Browse the repository at this point in the history
add file name for explicitness
  • Loading branch information
mirnawong1 authored Jan 8, 2025
1 parent d03d2ec commit 03303ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/reference/global-configs/usage-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ For full transparency, you can see all the event definitions in [`tracking.py`](

- dbt Core users have telemetry enabled by default to help us understand usage patterns and improve the product. You can opt out of event tracking at any time by adding the following to your `dbt_project.yml` file:

<File name="dbt_project.yml">

```yaml
flags:
send_anonymous_usage_stats: false
```
</File>
dbt Core users can also use the `DO_NOT_TRACK` environment variable to enable or disable sending anonymous data. For more information, see [Environment variables](/docs/build/environment-variables).

Expand Down

0 comments on commit 03303ae

Please sign in to comment.