Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit edaf565

Browse files
authored
Update usage_analytics.md
1 parent 0a8cd1a commit edaf565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/usage_analytics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We capture two events: one when the data-diff run starts, and one when it is fin
99
- Sizes of tables diffed, run time, and diff row count (numbers only)
1010
- Error message, if any, truncated to the first 20 characters.
1111
- A persistent UUID to indentify the session, stored in `~/.datadiff.toml`
12+
- IP address of the machine running diff
1213

1314
When using the `--dbt` feature, we also collect:
1415

@@ -27,4 +28,4 @@ To disable, use one of the following methods:
2728
import data_diff
2829
# Invoke the following before making any API calls
2930
data_diff.disable_tracking()
30-
```
31+
```

0 commit comments

Comments
 (0)