-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1648696 - Look for metrics in send_if_empty pings #197
Conversation
Hum, actually seems like this was just a problem I was having locally due to misconfiguration. I believe it might be coming from some old version of the glean parser, which I was using unintentionally. |
Okay, yes this is an issue. I just made a big confusion where I had multiple glean_parser options installed locally, etc. Not even worth explaining here. |
febad57
to
f306cde
Compare
@@ -21,7 +21,7 @@ clean-build: ## remove build artifacts | |||
rm -fr dist/ | |||
rm -fr .eggs/ | |||
find . -name '*.egg-info' -exec rm -fr {} + | |||
find . -name '*.egg' -exec rm -f {} + | |||
find . -name '*.egg' -exec rm -fr {} + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is unrelated. I ran into issues while running make clean
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. We should test how this will change both Fenix docs and the Glean SDK docs, if you didn't do that already.
type: uuid | ||
lifetime: ping | ||
description: > | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The designer part of you is now surfacing :)
Neither fenix or android-components have |
Pull Request checklist
make test
runs without emitting any warningsmake lint
runs without emitting any errorsHISTORY.rst
or an explanation of why it does not need one