-
Notifications
You must be signed in to change notification settings - Fork 213
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
Support uploading Go source code with a release #740
Comments
We discussed this internally and would consider adding this in the future. I can't give you any timeline, though. |
Not having this greatly reduces the usefulness of Sentry for Go for us. It involves manually looking at the files in an editor, because there is no linking to github, no context, and the stack frames as they are listed make it difficult to capture both the file name and the line number at the same time. |
You would need to create a source bundle and upload it at compile time. And then you would also need to upload debug files, which is odd in Go, that include a debug ID so we can map your code to the event in Sentry. None of this is currently supported in Go, so it takes different teams to get this going. Hence it's unlikely that we will get to this in a short timeframe. Can you expand on the stack trace layout? What exactly bothers you with the visuals? |
I filled part of this as getsentry/sentry#59030 and pinged the PM involved. I totally agree btw, this is crazy bad!
Yep, it is. But as you also mentioned, we don't have many customers with this use case 🙁 |
This comment was marked as outdated.
This comment was marked as outdated.
It sure would be great if someone could handle this before the bot closes it. |
Summary
I would like to see support for uploading Go source code with a release.
Motivation
We are not able to package the source code with our binary but still would like to have the improved experience of seeing the source code in Sentry.
Additional Context
We ship the binary to customers and do not want to provide them with the source code.
The text was updated successfully, but these errors were encountered: