grpc-js plugin issue | TypeError: Cannot read property 'replace' of undefined #1705
Labels
bug
Something isn't working
information-requested
Bug is waiting on additional information from the user
triage
What version of OpenTelemetry are you using?
What version of Node are you using?
Please provide the code you used to setup the OpenTelemetry SDK
What did you do?
I am using the Firebase SDK to use Firestore.
What did you expect to see?
Firestore uses GRPC under the hood, I expect this to work properly
What did you see instead?
plugin-grpc-js
threw an error:Additional context
I am attempting to instrument my Firestore API calls in my Next.js application. I'm running Firestore
@google-cloud/[email protected]
.This is similar to #1260 but seems unrelated.
The text was updated successfully, but these errors were encountered: