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
I have an API using the fastAPI OpenCensus Instrumentation and I am sending the data to Azure Application Insights. I am wondering how to include the request body for post requests that result in a 4XX status code? Our customers embed our application into their website and seeing the body for 404 or 422 status codes would help to debug their issues quite a bit.
I use the following packages:
opencensus-ext-fastapi==0.1.0
opencensus-ext-logging==0.1.1
opencensus-ext-azure==1.1.8
Thanks!
The text was updated successfully, but these errors were encountered:
Hello everyone,
I have an API using the fastAPI OpenCensus Instrumentation and I am sending the data to Azure Application Insights. I am wondering how to include the
request body
for post requests that result in a 4XX status code? Our customers embed our application into their website and seeing the body for 404 or 422 status codes would help to debug their issues quite a bit.I use the following packages:
opencensus-ext-fastapi==0.1.0
opencensus-ext-logging==0.1.1
opencensus-ext-azure==1.1.8
Thanks!
The text was updated successfully, but these errors were encountered: