Skip to content

Move application payload inside the app_name object

Compare
Choose a tag to compare
@SpeedxPz SpeedxPz released this 29 Sep 09:22
· 44 commits to main since this release

change to application output from this

"data": {
     "your_log": "your_value"
}

to

"data": {
     "app_name": {
        "your_log": "your_value"
    }
}