Skip to content

Commit 2a4a08a

Browse files
ericapisaniclaude
andcommitted
fix(test-fastapi-with-database): Fix sentry-sdk source path
Update the sentry-sdk path from /sentry-python to ../../sentry-python to match the expected relative path convention. Refs PY-2483 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4344f7e commit 2a4a08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-fastapi-with-database/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies = [
1111
]
1212

1313
[tool.uv.sources]
14-
sentry-sdk = { path = "/sentry-python", editable = true }
14+
sentry-sdk = { path = "../../sentry-python", editable = true }

0 commit comments

Comments
 (0)