redpanda-data / console

Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging.
https://redpanda.com
3.84k stars 353 forks source link

console.log in JavaScript filtering #1472

Open QuentinN42 opened 1 month ago

QuentinN42 commented 1 month ago

Hello,

In the JavaScript filtering, I can't use console.log(...) to debug my filter.

It can be really useful as sometime I don't really know what JavaScript object I'm manipulating...

weeco commented 1 month ago

I agree the UX should be improved. Writing slightly more complex filters is hard to debug in Console. Sorry for that, unsure when we can get to this though.