Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
-5
View File
@@ -337,11 +337,6 @@ pub trait Experiment<T: Experiment<T>>: FromStr {
if let Some(group) = assigned_group.as_ref() {
GROUP_ASSIGNMENTS.insert(Self::name(), group.variant());
#[cfg(feature = "crash_reporting")]
{
let tag_name = format!("warp.experiments.{}", Self::name());
crate::crash_reporting::set_tag(&tag_name, group.variant());
}
}
assigned_group