Skip to content

Commit 3c1f5d7

Browse files
nirgaclaude
andcommitted
fix(agno): correct sourceRoot to match namespace package structure
Update sourceRoot in project.json from non-existent 'opentelemetry_instrumentation_agno' to the actual namespace package path 'packages/opentelemetry-instrumentation-agno/opentelemetry/instrumentation/agno' to match the repository layout used by other namespace-based instrumentors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 646286a commit 3c1f5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry-instrumentation-agno/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opentelemetry-instrumentation-agno",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "library",
5-
"sourceRoot": "packages/opentelemetry-instrumentation-agno/opentelemetry_instrumentation_agno",
5+
"sourceRoot": "packages/opentelemetry-instrumentation-agno/opentelemetry/instrumentation/agno",
66
"targets": {
77
"lock": {
88
"executor": "@nxlv/python:run-commands",

0 commit comments

Comments
 (0)