|
@@ -150,6 +150,9 @@ default_manager.add("projects:similarity-view-v2", ProjectFeature) # NOQA
|
|
|
# Project plugin features
|
|
|
default_manager.add("projects:plugins", ProjectPluginFeature) # NOQA
|
|
|
|
|
|
+# Globally scoped features
|
|
|
+default_manager.add("symbolicator:compare-stackwalking-methods", Feature, True) # NOQA
|
|
|
+
|
|
|
# This is a gross hardcoded list, but there's no
|
|
|
# other sensible way to manage this right now without augmenting
|
|
|
# features themselves in the manager with detections like this.
|