Jinja2 Instrumentation

AppSignal for PythonThis feature requires version 0.1.0 or higher.
Jinja2This feature requires version 2.7 or higher.

Installation

Don't forget to install the AppSignal for Python package in your application first.

Install the opentelemetry-instrumentation-jinja2 package. To add it to your project, add the following line to your requirements.txt file:

shell
# requirements.txt opentelemetry-instrumentation-jinja2

The AppSignal for Python integration will automatically use this instrumentation when the corresponding package is installed. To disable this instrumentation without uninstalling the package, use the disable_default_instrumentations configuration option.