You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document that KeylightConfig::builder(...).app_version(...) must be called
explicitly to report an app version. Unlike sdk_version and platform
(attached automatically), the app version is unknown to the SDK and is omitted
from every request — including the keyless/free-tier beacon — unless set, which
left it blank in the dashboard. Added a doc-comment with an example, corrected
the README telemetry bullet, and added .app_version(env!("CARGO_PKG_VERSION"))
to the setup examples.