dd-trace-go
dd-trace-go copied to clipboard
Add support for custom tags to gqlgen contrib
Most contrib tracer packages expose a WithCustomTags
option: https://github.com/search?q=repo%3ADataDog%2Fdd-trace-go+WithCustomTag+path%3Acontrib&type=code
One exception is the gqlgen
package: https://github.com/DataDog/dd-trace-go/blob/63d7047cfd4d8e3d078dc5460fb385e544c2eb1d/contrib/99designs/gqlgen/option.go
This seems super easy to add, so I'm happy to open a PR; however, I saw that you want an open issue first for changes other than bug fixes.