The Calculator
The Calculator
Can someone please guide me on this so I can debug this issue further and try to fix it It gets difficult to debug errors and panics without the proper...
> Hi [@agentCalculator](https://github.com/agentCalculator) , > > Thanks for reaching out. It seems we may have overlooked the RecordError API when adding Opentelemetry drop-in support. I'm currently looking into alternatives and...
Yes, both of the points mentioned by you are correct Error messages are being recorded correctly but the type being assigned is errors.errorString for each until then will try finish...
Considering the context propogation issue between library/packages and application we need to record the runtime stack trace frames in our application itself in order to get the relevant stacktrace of...
Still facing the same issue with versions gopkg.in/DataDog/dd-trace-go.v1 v1.69.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/trace v1.31.0 Actual error stacktrace is getting replaced/overwritten by otel's internal stacktrace and in my case I am also...
@dmathieu Can someone please guide me on this so I can debug this issue further and try to fix it It gets difficult to debug errors and panics without the...