Add logfire plugin

This commit is contained in:
Bryan Thompson 2026-04-27 09:17:52 -05:00
parent 020446a429
commit 296e468aad
No known key found for this signature in database
GPG Key ID: 1D66D91917EE02E6

View File

@ -966,6 +966,21 @@
}, },
"homepage": "https://github.com/Shopify/liquid-skills/tree/main/plugins/liquid-skills" "homepage": "https://github.com/Shopify/liquid-skills/tree/main/plugins/liquid-skills"
}, },
{
"name": "logfire",
"description": "Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more",
"author": {
"name": "Pydantic"
},
"category": "monitoring",
"source": {
"source": "git-subdir",
"url": "https://github.com/pydantic/skills.git",
"path": "plugins/logfire",
"ref": "main"
},
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/logfire"
},
{ {
"name": "lua-lsp", "name": "lua-lsp",
"description": "Lua language server for code intelligence", "description": "Lua language server for code intelligence",