buggregator / frontend

Buggregator UI
https://buggregator.dev/
15 stars 8 forks source link

[Feature] Information about CLI environment for var dumper #94

Closed butschster closed 1 month ago

butschster commented 9 months ago

It would be great to display information about cli context if it presents in a payload

{
   "uuid":"018c35d2-a96f-73c9-8585-ebbc4966589a",
   "type":"var-dump",
   "payload":{
      "payload":{
         "type":"string",
         "value":"false"
      },
      "context":{
         "timestamp":1701710047.598731,
         "cli":{
            "command_line":"/vendor/phpunit/phpunit/phpunit --configuration phpunit.xml --filter --teamcity",
            "identifier":"dfa1024a"
         },
         "source":{
            "name":"RegistryTest.php",
            "file":"/tests/Unit/Action/RegistryTest.php",
            "line":19,
            "file_excerpt":false
         }
      }
   },
   "timestamp":1701710047.600022,
   "project_id":null
}
Kreezag commented 1 month ago

There a an issue with CLI visibility so I reopen this issue. After fix cli label visible as identifier Monosnap Events: 13 | Buggregator 2024-07-13 16-07-25

@butschster Could you share the feedback how it is useful?