self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

referrer is not part of Referrer Enum

Open williamdes opened this issue 1 year ago • 0 comments

Self-Hosted Version

24.4.2

CPU Architecture

x86_64

Docker Version

20.10.24+dfsg1

Docker Compose Version

2.24.6

Steps to Reproduce

?

I guess this is internal code (to Sentry) calling with such referrers

Expected Result

No errors in logs

Actual Result

web-1                                           | Traceback (most recent call last):
web-1                                           |   File "/usr/local/lib/python3.11/site-packages/sentry/snuba/referrer.py", line 824, in validate_referrer
web-1                                           |     raise Exception(error_message)
web-1                                           | Exception: referrer api.performance.http.domain-summary-transactions-list.secondary is not part of Referrer Enum
web-1                                           | 21:20:56 [WARNING] sentry.snuba.referrer: referrer api.performance.http.domain-summary-transactions-list.secondary is not part of Referrer Enum
web-1                                           | Traceback (most recent call last):
web-1                                           |   File "/usr/local/lib/python3.11/site-packages/sentry/snuba/referrer.py", line 824, in validate_referrer
web-1                                           |     raise Exception(error_message)
web-1                                           | Exception: referrer api.performance.http.domain-summary-metrics-ribbon.primary is not part of Referrer Enum
web-1                                           | 21:20:56 [WARNING] sentry.snuba.referrer: referrer api.performance.http.domain-summary-metrics-ribbon.primary is not part of Referrer Enum
web-1                                           | Traceback (most recent call last):
web-1                                           |   File "/usr/local/lib/python3.11/site-packages/sentry/snuba/referrer.py", line 824, in validate_referrer
web-1                                           |     raise Exception(error_message)
web-1                                           | Exception: referrer api.performance.http.domain-summary-transactions-list.secondary is not part of Referrer Enum

Event ID

No response

williamdes avatar May 11 '24 21:05 williamdes