Skip to content

Commit

Permalink
Alphabetize VALID_FIELD_SET
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Apr 20, 2024
1 parent eb24a8d commit 621aa57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sentry/replays/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@
VALID_FIELD_SET = (
"activity",
"browser",
"clicks",
"count_dead_clicks",
"count_errors",
"count_infos",
"count_rage_clicks",
"count_segments",
"count_urls",
"count_warnings",
"device",
"dist",
"duration",
"environment",
"error_ids",
"finished_at",
"has_viewed",
"id",
"info_ids",
"is_archived",
"os",
"platform",
Expand All @@ -26,12 +31,7 @@
"trace_ids",
"urls",
"user",
"clicks",
"info_ids",
"warning_ids",
"count_warnings",
"count_infos",
"has_viewed",
)


Expand Down

0 comments on commit 621aa57

Please sign in to comment.