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've written a minimal node.js client using NodeTracerProvider.
A simple test run uncovered that the OAuth2 request is not filtered, and shows up as POST /oauth2/v4/token in the Cloud Trace backend.
I can dig around a bit myself, but opening this in case someone already knows why.
Note: This works as expected using the OpenCensus agent with pretty much the same client implementation.
The text was updated successfully, but these errors were encountered:
kintel
changed the title
OAuth2 request id not filtered
OAuth2 request is not filtered
Mar 18, 2020
I'll keep it on my list. Writing a solution is likely the easy part. Getting integration tests set up for this may prove to be significantly more effort : /
I've written a minimal node.js client using
NodeTracerProvider
.A simple test run uncovered that the OAuth2 request is not filtered, and shows up as
POST /oauth2/v4/token
in the Cloud Trace backend.I can dig around a bit myself, but opening this in case someone already knows why.
Note: This works as expected using the OpenCensus agent with pretty much the same client implementation.
The text was updated successfully, but these errors were encountered: