Henrik Heggelund-Berg
Henrik Heggelund-Berg
From a usability perspective, the default conclusion should be the empty string. It feels obvious that the conclusion isn't something you'd like to filter on if you don't pass it...
A bit late to the party here, but this is a working solution with js hooks: ```js hooks.before("", (transaction) => { transaction.request.headers["Accept-Encoding"] = "gzip"; }); hooks.beforeValidation("", (transaction) => { const...
> This was my first attempt at a beam project, and I figured a fat jar would be the way to go, but apparently not. @haffar: I can assure you...