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
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
feat(logging): add json console logger backend
cherry-picked the JSONConsoleLogger from the main branch in order to release a tag for lower flow versions of this package
ensure additionalData is empty object instead of array
Also ensured the interface's method signature to be kept by defaulting additionalData to null instead of [].
When json encoding, we check whether additionalData is an empty array and if it is, we pass a stdClass (generic empty class in PHP) instead of the empty array to fix the issue of empty arrays being passed to the control center logs
contributes to #PURPLE-249