I added a hack to get firefox-desktop to work properly again:
|
# Ugly hack to skip certain metrics which we know aren't duplicated, |
|
# but show up duplicated due to them being moved from one |
|
# to the other application/library. |
|
SKIP_METRICS = { |
|
"gecko.version": ["gecko", "pine", "firefox-desktop"], |
|
"gecko.build_id": ["gecko", "pine", "firefox-desktop"], |
|
} |
We should find a way that this is not necessary.
It shouldn't. The metric is moved from the app to the library.
I added a hack to get firefox-desktop to work properly again:
probe-scraper/probe_scraper/glean_checks.py
Lines 19 to 25 in 5717fce
We should find a way that this is not necessary.
It shouldn't. The metric is moved from the app to the library.