You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code.filepath property is an in-app path, something like /app/controllers/view.py
The span's code.filepath contains the full absolute path to the file. This is different from Laravel, which attaches the in-app path. Is it possible for the Python SDK to put the app path into code.filepath?
Actual Result
The code.filepath property is an absolute path, something like /usr/george/server/app/controllers/view.py
The text was updated successfully, but these errors were encountered:
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.37.0
Steps to Reproduce
enable_db_query_source
SDK optionExpected Result
The
code.filepath
property is an in-app path, something like/app/controllers/view.py
The span's
code.filepath
contains the full absolute path to the file. This is different from Laravel, which attaches the in-app path. Is it possible for the Python SDK to put the app path intocode.filepath
?Actual Result
The
code.filepath
property is an absolute path, something like/usr/george/server/app/controllers/view.py
The text was updated successfully, but these errors were encountered: