Skip to content

Commit

Permalink
fix(referrer-tagstore): fix tagstore
Browse files Browse the repository at this point in the history
  • Loading branch information
RedShiba committed Jun 2, 2023
1 parent 2871e8b commit c5f7f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/snuba/referrer.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ class ReferrerBase(Enum):
SRC_SENTRY_INGEST_TRANSACTION_CLUSTERER = "src.sentry.ingest.transaction_clusterer"
SUBSCRIPTION_PROCESSOR_COMPARISON_QUERY = "subscription_processor.comparison_query"
SUBSCRIPTIONS_EXECUTOR = "subscriptions_executor"
TAGSTORE__GET_TAG_KEY_AND_TOP_VALUES = "tagstore._get_tag_key_and_top_values"
TAGSTORE__GET_TAG_KEY_AND_TOP_VALUES = "tagstore.__get_tag_key_and_top_values"
TAGSTORE__GET_TAG_KEYS_AND_TOP_VALUES = "tagstore._get_tag_keys_and_top_values"
TAGSTORE__GET_TAG_KEYS = "tagstore.__get_tag_keys"
TAGSTORE_GET_GROUP_LIST_TAG_VALUE = "tagstore.get_group_list_tag_value"
Expand Down

0 comments on commit c5f7f07

Please sign in to comment.