Allow fine-tuning tracing (especially in production)
Opened this issue · 0 comments
apotonick commented
It would be nice to configure tracing so that you could, as an example, only collect the path, not serialize the ctx
for performance reason. As a result, you could send the trace to sentry or other analyzer tools in case of an exception without the overhead of ctx snapshooting.