Ideas for Arc XP

Include bundle name or deployment version in logging

When searching through the logs, it would be helpful to see which code version caused this log entry.

Currently, a log entry only contains the Fusion version, but nothing related to our code:

{
"name": "arc.fusion.render.error",
"error": "...",
"value": 1,
"environment": "xyz",
"functionName": "fusion-engine-xyz",
"fusionVersion": "3.3.1",
"xRayTraceID": "..."
}

Could you please also include the bundle name and/or the deployment number of the currently running deployment in the logs?

{
...
"bundleName": "name-of-the-bundle",
"deployment": 1234
}

The bundle name would probably be more helpful for older logs, because we can't see the number of a deployment anymore once it is terminated.

  • Benjamin Hogl
  • Sep 16 2022
  • Future consideration
  • Attach files
  • Admin
    Fatih Yildiz commented
    September 27, 2022 20:07

    Hi Benjamin,


    Thanks for submitting this idea. Adding deployment parameter should be an easy lift and we definitely see the value this can allow both you and us to be able to run queries on the fusion events and see exactly which deployment introduced or fixed certain errors. We really like this idea and plan in the coming sprints.