Skip to content

Commit eac9c9b

Browse files
jjbayerolksdr
andauthored
Update src/sentry/ingest/transaction_clusterer/datasource/redis.py
Co-authored-by: Oleksandr <[email protected]>
1 parent ccab58c commit eac9c9b

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/ingest/transaction_clusterer/datasource

1 file changed

+1
-1
lines changed

src/sentry/ingest/transaction_clusterer/datasource/redis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _should_store_transaction_name(event_data: Mapping[str, Any]) -> Optional[st
137137
# Relay leaves source None if it expects it to be high cardinality, (otherwise it sets it to "unknown")
138138
# (see https://github.com/getsentry/relay/blob/2d07bef86415cc0ae8af01d16baecde10cdb23a6/relay-general/src/store/transactions/processor.rs#L369-L373).
139139
#
140-
# Our data show that a majority of these `None` source transactions contain slashes, so treat them as URL transactions:
140+
# Our data shows that a majority of these `None` source transactions contain slashes, so treat them as URL transactions:
141141
source is None
142142
and "/" in transaction_name
143143
)

0 commit comments

Comments
 (0)