You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matt-aitken
changed the title
Logging objects with keys with periods in doesn't render properly in the UI
[TRI-4123] Logging objects with keys with periods in doesn't render properly in the UI
Nov 29, 2024
Problem
In our dashboard this appears as:
We flatten them to store in the database using . as the delimiter. These dots will need to be escaped/unescaped when flattening/unflattening.
This won't impact anything except the logs, we only flatten data there. It'll work fine in payloads and outputs.
Flatten code: https://github.com/triggerdotdev/trigger.dev/blob/main/packages/core/src/v3/utils/flattenAttributes.ts
Flatten tests: https://github.com/triggerdotdev/trigger.dev/blob/main/packages/core/test/flattenAttributes.test.ts
TRI-4123
The text was updated successfully, but these errors were encountered: