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
buildMokokiMessage currently picks the data internally from stack traces. Instead, change the signature to provide that data in a lambda. Additionally, it can be a builder with more customization options.
As a first approach, it is only necessary to change buildHeader to find the IrCall, and extract from it the necessary data:
buildMokokiMessage
currently picks the data internally from stack traces. Instead, change the signature to provide that data in a lambda. Additionally, it can be a builder with more customization options.As a first approach, it is only necessary to change
buildHeader
to find theIrCall
, and extract from it the necessary data:fileLink
fileName
className
(or top-level)methodName
(or top-level, scripts?)lineNumber
The text was updated successfully, but these errors were encountered: