census-instrumentation / opencensus-python

A stats collection and distributed tracing framework
Apache License 2.0
668 stars 250 forks source link

fix typename data drop #1234

Closed jeremydvoss closed 10 months ago

jeremydvoss commented 10 months ago

When using FastAPI's HTTPException, ERROR_NAME cannot be pulled from the exception by the trace exporter. Defaulting to 'Exception'.

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

lzchen commented 10 months ago

@jeremydvoss

Can we add a test for this? Also looks like you need to sign the CLA