Neural Inverse is Open Source →
FaqHow to enable or disable Neural Inverse tracing?

How to enable or disable Neural Inverse tracing?

All Neural Inverse SDKs and integrations are designed to be non-intrusive. You can add Neural Inverse tracing to your application while being able to enable it only in specific environments.

Default Behavior

By default, Neural Inverse tracing is enabled if you use one of the Neural Inverse SDKs and an API key is set.

Disabling Tracing

You can manually disable tracing by setting the LANGFUSE_TRACING_ENABLED environment variable to false:

export LANGFUSE_TRACING_ENABLED=false

Or in your application configuration:

LANGFUSE_TRACING_ENABLED=false

Was this page helpful?