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
-8
View File
@@ -27,12 +27,6 @@ fn enabled_features() -> HashSet<FeatureFlag> {
FeatureFlag::Autoupdate,
#[cfg(feature = "changelog")]
FeatureFlag::Changelog,
#[cfg(feature = "cocoa_sentry")]
FeatureFlag::CocoaSentry,
#[cfg(feature = "crash_reporting")]
FeatureFlag::CrashReporting,
#[cfg(feature = "log_expensive_frames_in_sentry")]
FeatureFlag::LogExpensiveFramesInSentry,
#[cfg(feature = "record_app_active_events")]
FeatureFlag::RecordAppActiveEvents,
#[cfg(feature = "runtime_feature_flags")]
@@ -501,8 +495,6 @@ fn enabled_features() -> HashSet<FeatureFlag> {
FeatureFlag::GitCredentialRefresh,
#[cfg(feature = "remote_code_review")]
FeatureFlag::RemoteCodeReview,
#[cfg(feature = "custom_inference_endpoints")]
FeatureFlag::CustomInferenceEndpoints,
#[cfg(feature = "custom_model_routers")]
FeatureFlag::CustomModelRouters,
#[cfg(feature = "supergrok")]