Skip to content
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 1910462 - Add msstoresignedin to legacy telemetry environment #825

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

BenWu
Copy link
Contributor

@BenWu BenWu commented Jul 30, 2024

https://bugzilla.mozilla.org/show_bug.cgi?id=1910462

This was added to firefox two years ago but never added to the schema and didn't have significant volume until now https://searchfox.org/mozilla-central/source/toolkit/components/telemetry/docs/data/environment.rst#88

Verified the path with

SELECT
  additional_properties
FROM
  `moz-fx-data-shared-prod.telemetry_stable.event_v4`
WHERE
  DATE(submission_timestamp) = '2024-07-29'
  AND additional_properties LIKE '%"msstoresignedin"%'
  AND sample_id = 5

Checklist for reviewer:

For glean changes:

  • Update templates/include/glean/CHANGELOG.md

For modifications to schemas in restricted namespaces (see CODEOWNERS):

@auto-assign auto-assign bot requested a review from scholtzan July 30, 2024 15:44
@BenWu BenWu merged commit a25a334 into main Jul 30, 2024
2 checks passed
@BenWu BenWu deleted the benwu/legacy-msstoresignedin branch July 30, 2024 15:53
dataops-pipeline-schemas added a commit that referenced this pull request Jul 31, 2024
a25a334	2024-07-30 11:53:38 -0400	Bug 1910462 - Add msstoresignedin to legacy telemetry environment (#825)
f373511	2024-07-30 11:51:49 -0400	Add `include_client_id` and `include_info_sections` to metaschema (#818)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants