Erick Wijaya
Erick Wijaya
Hi @mickmister, can I work on this?
I'd like to implement this. This is my first time contributing to open source repo, so please bear with me. Several API changes I think of: 1. Add `Function string`...
This is the draft for the integration. The actual implementation I have in production predates the job middleware, so I have yet to test the following code. It will take...
Thanks @dgunay. You're correct that we should use `tracer.WithError`. Regarding your other points: - I won't be adding panic recovery in ddtrace as clients will have different ways to (or...
Hi @brandur, the code I've worked so far is accessible in https://github.com/wijayaerick/dd-trace-go/tree/contrib/riverqueue/river. It's quite close to finished as I just need to add a few more testcases
Hi @brandur, I've created PR in https://github.com/DataDog/dd-trace-go/pull/3245 Feel free to let me know if there's anything in the code you'd like to add or change (especially the naming for span...
Hi @brandur, I've recently tried using `otelriver` and it works out of the box 🎉 . I can see the traces and spans in the DataDog APM. I have yet...