We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cce669 commit a517ddbCopy full SHA for a517ddb
src/sentry/api/endpoints/organization_trace_item_stats.py
@@ -22,7 +22,7 @@
22
class OrganizationTraceItemsStatsSerializer(serializers.Serializer):
23
query = serializers.CharField(required=False)
24
statsType = serializers.ListField(
25
- child=serializers.ChoiceField(SUPPORTED_STATS_TYPES), required=True
+ child=serializers.ChoiceField(list(SUPPORTED_STATS_TYPES)), required=True
26
)
27
28
0 commit comments