The Langfuse exporter appears to hide the prompts ...
# koog-agentic-framework
r
The Langfuse exporter appears to hide the prompts (replaces them with
HIDDEN:non-empty
). Is there a way to turn this obfuscation off?
k
Sure. Please set the verbose flag to
true
when installing a feature for an agent. We have it disabled by default.
Copy code
install(OpenTelemetry) {
    setVerbose(true)
}
r
Ah docs say the verbose flag is for "debugging" . Thx.
k
yes, prompts often contain PII information, so verbose mode it is NOT for production, unless LangFuse is PCI- and HIPAA-compiant
r
They seem to be https://langfuse.com/security/hipaa (and they have a SOC 2 Type 2 cert). Also, Langfuse can be installed locally.
👍 1