From d4fc7d18f6e45c19df097ac17304708e3b59a3d9 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 30 Apr 2024 19:37:19 +0200 Subject: [PATCH] Trigger pipeline --- docs/integrations/django.md | 1 + 1 file changed, 1 insertion(+) 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.