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 1779003 - Consistently note event extra value length limit of 100B [doc only] #2127

Merged
merged 1 commit into from Jul 20, 2022

Conversation

chutten
Copy link
Contributor

@chutten chutten commented Jul 20, 2022

No description provided.

@chutten chutten requested a review from a team as a code owner July 20, 2022 18:25
@chutten chutten requested review from travis79 and removed request for a team July 20, 2022 18:25
* The values in the `extras` object have a maximum length of 100 bytes, when serialized and encoded as UTF-8.

* The values in the `extras` object have a maximum length of 100 bytes when serialized and encoded as UTF-8.
Longer values are truncated, and an error is recorded.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Longer values are truncated, and an error is recorded.
Longer values are truncated, and an `invalid_overflow` error is recorded.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@travis79 Ah, but that isn't true in builds prior to Glean 31.5.0. Should I go full specific or full vague?

Copy link
Member

@travis79 travis79 Jul 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, that's a good point. Disregard that comment then and full vague might be my preference.

@chutten chutten merged commit 9630931 into mozilla:main Jul 20, 2022
@chutten chutten deleted the bug1779003-extraLimits branch July 20, 2022 18:51
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.

None yet

2 participants