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
Thanks for the well organized issue. I've gone through it and found that the problem is that the sub app is not registered within logfire. When you write the following:
The arguments will be logged along with the request. I think it's not ideal because it's a duplication in the code and the UI also shows it as a nested duplication (?), but a first step to mitigate your problem.
I'd like to take this and work on a solution. Can someone assign this to me?
Description
What I see
If I define a post request in a FastAPI subapplication, it will not be recorded in the platform.
No FastAPI arguments are recorded in the POST trace
If I don't use a subapplication, the FastAPI arguments are recorded
What I would like to see
I would like the FastAPI arguments to be automatically recorded for my subapplications.
Python, Logfire & OS Versions, related packages (not required)
The text was updated successfully, but these errors were encountered: