Checking in progress, though not fully working as expected
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user