Closed Bug 1779003 Opened 2 years ago Closed 2 years ago

Event docs suggest extra values are limited to 50B... or 100B, depending on where you look

Categories

(Data Platform and Tools :: Glean: SDK, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: chutten, Assigned: chutten)

Details

(Whiteboard: [docdays])

Attachments

(1 file)

Under record(map)'s recorded errors:

invalid_overflow: if any of the values in the extras object are greater than 50 bytes in length. (Prior to Glean 31.5.0, this recorded an invalid_value).

Under Limits

The values in the extras object have a maximum length of 100 bytes, when serialized and encoded as UTF-8.

Also: Do we truncate? Other string types confirm we truncate and record an error, but event is silent on that front.

Also also: Are the recorded errors just for record(map) or for both old and new record APIs?

Priority: -- → P2
Whiteboard: [docdays]
Assignee: nobody → chutten
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: