-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ambiguous import when installing sentry-go for gin #941
Comments
Thanks for letting us know about this. Our usage of Sorry for that, I wasn't really aware of this until today. For our Otel integration, which was our first test bed for splitting the repo into multiple sub-modules, we didn't run into this as we tell people to install both the base SDK and the Otel module at the same time. While we reverted the commit that introduced the new modules for now, the issue seems to persist, and I'm currently not entirely sure why. The best workaround for now is to install the gin integration alongside the base SDK.
|
Thanks @cleptric Doing:
solved the problem.
|
This was fixed in v.0.31.0. |
When running the following command:
go get github.com/getsentry/sentry-go/gin
I get:
How can I solve it?
If I put the sample code in my project and then run
go mod tidy
it also happens. ThanksThe text was updated successfully, but these errors were encountered: