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.