From c5d9b97e3cf5050d615ab3c66b512881c466d296 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 26 Aug 2024 20:17:36 -0700 Subject: [PATCH] add logfire packages to pyproject.toml debug group --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2001207b..42af7e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,6 +174,9 @@ debug = [ "djdt_flamegraph", "ipdb", "requests-tracker>=0.3.3", + "logfire[django]>=0.51.0", + "opentelemetry-instrumentation-django>=0.47b0", + "opentelemetry-instrumentation-sqlite3>=0.47b0", ] test = [ "pytest",