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 @@ -1186,6 +1186,8 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
11861186 "organizations:dynamic-sampling" : False ,
11871187 # Enable View Hierarchies in issue details page
11881188 "organizations:mobile-view-hierarchies" : False ,
1189+ # Enable deobfuscating exception values in Java issues
1190+ "organizations:java-exception-value-deobfuscation" : False ,
11891191 # Enable tag improvements in the issue details page
11901192 "organizations:issue-details-tag-improvements" : False ,
11911193 # Enable the release details performance section
Original file line number Diff line number Diff line change 105105default_manager .add ("organizations:metrics-performance-ui" , OrganizationFeature , True )
106106default_manager .add ("organizations:minute-resolution-sessions" , OrganizationFeature )
107107default_manager .add ("organizations:mobile-view-hierarchies" , OrganizationFeature , True )
108+ default_manager .add ("organizations:java-exception-value-deobfuscation" , OrganizationFeature , True )
108109default_manager .add ("organizations:monitors" , OrganizationFeature )
109110default_manager .add ("organizations:native-stack-trace-v2" , OrganizationFeature , True )
110111default_manager .add ("organizations:new-weekly-report" , OrganizationFeature , True )
You can’t perform that action at this time.
0 commit comments