Hi folks!
Would love to know if it’s possible to capture environment variables or if there are other ways to solve this besides creating a custom watcher.
For example, in aw-server.toml
:
[environment]
key=$key
And the query results would include something like:
{
"data": {
"app": "Someapp",
"title": "sometitle"
},
"duration": 13.902,
"id": null,
"env": ["key"],
"timestamp": "2025-02-04T18:26:45.827000+00:00"
}
Thanks!