Module re_analytics::event
source · Expand description
All analytics events collected by the Rerun viewer are defined in this file.
Analytics can be completely disabled with rerun analytics disable
,
or by compiling rerun without the analytics
feature flag.
All collected analytics data is anonymized, stripping all personal identifiable information as well as information about user data. Read more about our analytics policy at https://github.com/rerun-io/rerun/tree/main/crates/utils/re_analytics.
Structs§
- Records a crash caused by a panic.
- Holds information about the user’s environment.
- Sent when a new recording is opened.
- Sent when a Wasm file is served.
- Basic information about a recording’s chunk store.
- Sent when the viewer is first started.
Enums§
Constants§
Functions§
- Given a URL, extract the root domain.