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
When using PM2 on Node v12, I'm seeing the following warnings:
DeprecationWarning: Socket.prototype._handle is deprecated
This is coming from the opencensus/@core package, which uses continuation-local-storage. I've opened an issue there (census-instrumentation/opencensus-node#792) to track migrating to cls-hooked, and after that's done, the dependency should be updated here as well.
The text was updated successfully, but these errors were encountered:
DavidProf
pushed a commit
to DavidProf/pm2-io-apm
that referenced
this issue
Sep 18, 2021
update opencensus to remove uuidv3 package warning and DeprecationWarning: Socket.prototype._handle
is deprecated
BREAKING CHANGE: need to fix tests, startChildSpan uses a object now, RootSpan was removed
may affect keymetrics#274
When using PM2 on Node v12, I'm seeing the following warnings:
This is coming from the
opencensus/@core
package, which uses continuation-local-storage. I've opened an issue there (census-instrumentation/opencensus-node#792) to track migrating to cls-hooked, and after that's done, the dependency should be updated here as well.The text was updated successfully, but these errors were encountered: