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
Calling instana.setLogger(this.winstonLogger) throws the following error, which started occurring after the release of version 4.5.1. The error is triggered due to the introduction of parentLogger.bindings().
Error Details:
UnhandledPromiseRejectionWarning: TypeError: parentLogger.bindings is not a function
at Object.init (/usr/local/lib/node_modules/@instana/collector/src/logger.js:76:28)
at Function.setLogger (/usr/local/lib/node_modules/@instana/collector/src/index.js:145:7)
at new TaloLoggerImpl2 (/app/node_modules/@omniweb/talo-logging/build/talo-logging.cjs:313:17)
Steps to Reproduce:
Call instana.setLogger(this.winstonLogger) after upgrading to version 4.5.1.
Observe the error in the logs.
Expected Behavior:
The logger should be set without any errors, similar to how it worked in previous versions.
Problem Description
Issue Description:
Calling
instana.setLogger(this.winstonLogger)
throws the following error, which started occurring after the release of version 4.5.1. The error is triggered due to the introduction ofparentLogger.bindings()
.Error Details:
Steps to Reproduce:
instana.setLogger(this.winstonLogger)
after upgrading to version 4.5.1.Expected Behavior:
The logger should be set without any errors, similar to how it worked in previous versions.
Environment:
Short, Self Contained Example
No response
Node.js Version
22.13.0
package.json
package-lock.json
The text was updated successfully, but these errors were encountered: