Cargo Features

[dependencies]
re_viewer = { version = "0.20.1", default-features = false, features = ["analytics", "map_view", "grpc"] }
default = analytics

The analytics feature is set by default whenever re_viewer is added without default-features = false somewhere in the dependency tree.

analytics default

Enable telemetry using our analytics SDK.

Enables re_analytics

Internal (optional):

Affects web::set_email

map_view

Enable the map view

Enables re_space_view_map

grpc

Enable the gRPC Rerun Data Platform data source.

Enables re_grpc_client, grpc of re_data_source