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
Then when I was browsing the results on the browser, I found that autotrace did not record the parameters and return results of the methods in the service. I hope to record the parameters and return values of this method as well.
The text was updated successfully, but these errors were encountered:
Description
I have a simple flask todo list app. Its code is as follows, its name is
flask_app.py
:Then I used the autotrace feature of logfire. The reference link is: https://logfire.pydantic.dev/docs/guides/onboarding-checklist/add-auto-tracing/.
The content of the code main.py that I started is as follows:
Then when I was browsing the results on the browser, I found that autotrace did not record the parameters and return results of the methods in the service. I hope to record the parameters and return values of this method as well.
The text was updated successfully, but these errors were encountered: