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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
DeprecationWarning: Socket.prototype._handle is deprecated
coming from continuation-local-storage's use of async-listener, which polyfills a removed API with another deprecated API. This package should be migrated to use cls-hooked instead, which uses supported async hooks APIs.
Additional context
Migration should be trivial.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using?
Latest (https://github.com/census-instrumentation/opencensus-node/blob/master/packages/opencensus-core/package.json has a dependency on CLS)
What version of Node are you using?
v12
What did you do?
Using
pm2
(https://pm2.keymetrics.io/), which depends on@opencensus/core
internally.What did you expect to see?
No deprecation warnings.
What did you see instead?
The following warning:
coming from
continuation-local-storage
's use ofasync-listener
, which polyfills a removed API with another deprecated API. This package should be migrated to usecls-hooked
instead, which uses supported async hooks APIs.Additional context
Migration should be trivial.
The text was updated successfully, but these errors were encountered: