diff --git a/docs/integrations/django.md b/docs/integrations/django.md index d86f2a19..fac86399 100644 --- a/docs/integrations/django.md +++ b/docs/integrations/django.md @@ -8,6 +8,7 @@ Install `logfire` with the `django` extra: {{ install_logfire(extras=['django']) }} + ## Usage You need to add the [`DjangoInstrumentor`][django-instrumentor] to your code before your application is started.