malabi
malabi copied to clipboard
Tracing Based JavaScript Assertions
In 'packages/malabi/src/instrumentation/index.ts', Instead of 'malabiRoot', we should dynamically take the name of the current test (name of the 'it' clause), and use it as tracer name. This way, if at...
Hello @blumamir @aspectom , I really find tracing testing intriguing as it solves many of the problem that we can have for a less buggy production application, I would love...
Currently, we allow to filter by specific databases/orm like mongo/sequelize. We want to enable this same behavior on elasticsearch, so users could filter by elasticsearch spans easily. This is an...