File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1033,6 +1033,8 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
1033
1033
"organizations:profiling-dashboard-redesign" : False ,
1034
1034
# Enable the profiling previews
1035
1035
"organizations:profiling-previews" : False ,
1036
+ # Enable the transactions backed profiling views
1037
+ "organizations:profiling-using-transactions" : False ,
1036
1038
# Whether to enable ingest for profile blocked main thread issues
1037
1039
"organizations:profile-blocked-main-thread-ingest" : False ,
1038
1040
# Enable multi project selection
Original file line number Diff line number Diff line change 138
138
default_manager .add ("organizations:profiling-ui-frames" , OrganizationFeature , True )
139
139
default_manager .add ("organizations:profiling-dashboard-redesign" , OrganizationFeature , True )
140
140
default_manager .add ("organizations:profiling-previews" , OrganizationFeature , True )
141
+ default_manager .add ("organizations:profiling-using-transactions" , OrganizationFeature , True )
141
142
default_manager .add ("organizations:project-event-date-limit" , OrganizationFeature , True )
142
143
default_manager .add ("organizations:project-stats" , OrganizationFeature , True )
143
144
default_manager .add ("organizations:related-events" , OrganizationFeature )
You can’t perform that action at this time.
0 commit comments