Skip to content

Commit

Permalink
Fix url to event.rs in rerun analytics details (#7230)
Browse files Browse the repository at this point in the history
This PR fixes the broken url to `re_analytics/src/event.rs` shown when
running `rerun analytics details`.
  • Loading branch information
jmerle authored Aug 23, 2024
1 parent a071f05 commit fb38486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/re_analytics/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const DETAILS: &str = "
What data is collected?
- The exact set of analytics events and parameters can be found here:
https://github.com/rerun-io/rerun/blob/GIT_HASH/crates/re_analytics/src/event.rs
https://github.com/rerun-io/rerun/blob/GIT_HASH/crates/utils/re_analytics/src/event.rs
- We collect high level events about the usage of the Rerun Viewer. For example:
- The event 'Viewer Opened' helps us estimate how often Rerun is used.
- The event 'Data Source Connected' helps us understand if users tend to use live
Expand Down

0 comments on commit fb38486

Please sign in to comment.