浏览代码

add logfire packages to pyproject.toml debug group

Nick Sweeting 1 年之前
父节点
当前提交
c5d9b97e3c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pyproject.toml

+ 3 - 0
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",