Browse Source

fix(replays): remove tags from subquery (#50790)

Following up from https://github.com/getsentry/sentry/pull/50615.

Reverts https://github.com/getsentry/sentry/pull/47693

In addition to https://github.com/getsentry/snuba/pull/4317

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Josh Ferge 1 year ago
parent
commit
4de1ef3daa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/sentry/replays/query.py

+ 0 - 2
src/sentry/replays/query.py

@@ -609,8 +609,6 @@ class ReplaySubqueryConfig(QueryConfig):
     sdk_version = String(field_alias="sdk.version")
     started_at = String(is_filterable=False)
 
-    tags = Tag(field_alias="*", tag_key_alias="tags.key", tag_value_alias="tags.value")
-
     # we have to explicitly define the rest of the fields as invalid fields or else
     # they will be parsed as tags for the subquery
     releases = InvalidField()