chore(gui-client): reuse release-version constant (#8074)

This constant already defines the same string:
36f5eee99d/rust/gui-client/src-common/src/lib.rs (L19)
This commit is contained in:
Thomas Eizinger
2025-02-10 22:24:08 +00:00
committed by GitHub
parent a0c96f7899
commit 786064ca40

View File

@@ -63,7 +63,7 @@ pub(crate) fn run() -> Result<()> {
let mut telemetry = telemetry::Telemetry::default();
telemetry.start(
settings.api_url.as_ref(),
concat!("gui-client@", env!("CARGO_PKG_VERSION")),
firezone_gui_client_common::RELEASE,
telemetry::GUI_DSN,
);
// Don't fix the log filter for smoke tests