-
Notifications
You must be signed in to change notification settings - Fork 220
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 showing path of file in stacktraces #101
Comments
|
@kamilogorek thanks, you are right, Is there a way to show the full path the source code file in the stacktraces instead of only the filenames? |
@fho we already does that. When you go to Is this not the case for you? Can you provide a link to an event that's missing this data? |
No worries, glad you found what you needed :) Cheers! |
raven-go supports the
SetIncludePaths
(https://github.com/getsentry/raven-go/blob/5c24d5110e0e198d9ae16f1f3465366085001d92/client.go#L937) option to show paths of the file in stacktraces.It would be great if sentry-go would also allow to show absolute or GOPATH relative paths to the source codefiles in the stacktrace.
This can be especially helpful when a stacktrace contains the same sourcecode filename from different packages.
The text was updated successfully, but these errors were encountered: