Skip to content

Commit

Permalink
Regenerate with glean_parser v14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed May 6, 2024
1 parent 8d70eba commit eadfc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privaterelay/glean/server_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
AUTOGENERATED BY glean_parser v14.0.1. DO NOT EDIT. To recreate, run:
AUTOGENERATED BY glean_parser v14.1.1. DO NOT EDIT. To recreate, run:
bash .circleci/python_job.bash run build_glean
"""
Expand Down Expand Up @@ -49,7 +49,7 @@ def _record(self, user_agent: str, ip_address: str, event: dict[str, Any]) -> No
# `Unknown` fields below are required in the Glean schema, however they are
# not useful in server context
"client_info": {
"telemetry_sdk_build": "glean_parser v14.0.1",
"telemetry_sdk_build": "glean_parser v14.1.1",
"first_run_date": "Unknown",
"os": "Unknown",
"os_version": "Unknown",
Expand Down

0 comments on commit eadfc40

Please sign in to comment.