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
Describe the bug
Having the keyword service as a gRPC package specifier causes a TypeError in the wrapClientConstructor function. I have attached a minimum reproducible repository with instructions on replicating the bug.
Hi @kennythepark. I've prepared a fix in #1660, and I've tested it against your sample reproduction app. It seems to fix it accordingly. Would you like to double-check by manually adding the fix from that PR to your app?
Describe the bug
Having the keyword
service
as a gRPC package specifier causes a TypeError in thewrapClientConstructor
function. I have attached a minimum reproducible repository with instructions on replicating the bug.Minimum Reproducible Repository
https://github.com/kennythepark/dd-trace-package-specifier-bug-mrr
Environment
The text was updated successfully, but these errors were encountered: