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 tried to get the trace-agent running using restify but it is not working. My question is could it be related to the plugin-restify.js not being properly updated.
I have the same problem locally as with the App Engine Standard environment.
(I don't know if this issue should be filed here or at another place so forgive me if this is the wrong area.)
Environment details
OS: Mac OS X 10.15.5
Node.js version: v12.16.1
npm version: 6.13.4
@google-cloud/trace-agent version: 4.2.5
Steps to reproduce
npm install @google-cloud/trace-agent
Browse to ./node_modules/@google-cloud/trace-agent/build/src/plugins/plugin-restify.js
line 16 still says: const SUPPORTED_VERSIONS = '<=7.x';
The text was updated successfully, but these errors were encountered:
Hi,
I have tried to get the trace-agent running using restify but it is not working. My question is could it be related to the plugin-restify.js not being properly updated.
I have the same problem locally as with the App Engine Standard environment.
(I don't know if this issue should be filed here or at another place so forgive me if this is the wrong area.)
Environment details
@google-cloud/trace-agent
version: 4.2.5Steps to reproduce
npm install @google-cloud/trace-agent
const SUPPORTED_VERSIONS = '<=7.x';
The text was updated successfully, but these errors were encountered: