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 was archived by the owner on Jan 21, 2026. It is now read-only.
We were using the latest version of this module but after enabling it we couldn't see any traces whatsoever. After digging we found many of logs with
severity: "ERROR"
textPayload: "original object and wrapper must be functions"
We believe it's because of the type checking one of the dependencies is doing (see PR). We found also that switching to versions older to v3.5.0 seems to solve the problem.
Any idea on how to solve the issue for the latest version?
We were using the latest version of this module but after enabling it we couldn't see any traces whatsoever. After digging we found many of logs with
We believe it's because of the type checking one of the dependencies is doing (see PR). We found also that switching to versions older to v3.5.0 seems to solve the problem.
Any idea on how to solve the issue for the latest version?