Skip to content
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

[Feature Request] Support for Stacktrace #81

Closed
jschamburger opened this issue Sep 23, 2016 · 2 comments
Closed

[Feature Request] Support for Stacktrace #81

jschamburger opened this issue Sep 23, 2016 · 2 comments

Comments

@jschamburger
Copy link

Hi,
thanks for this awesome library! It works very well and is really easy to set up.
It would be great to add support for capturing stacktraces without capturing an exception.
I believe the stacktrace is always important to gain some knowledge about the context of an issue, but attaching an artificial to an event is a possible workaround, but not the best option since every event is then shown with title "Throwable" and the actual message is only displayed in the subtitle in Sentry.
I've seen an example of the stacktrace object here: https://gist.github.com/umurkontaci/9270201

Of course, I could just extend the SentryEventBuilder, but since the event is private, this does not seem like a viable option just for adding an additional field. Making the event protected should allow to extend the SentryEventBuilder quite easily, so this would already be helpful I guess.

Kind regards
Johannes

@jschamburger
Copy link
Author

Nice! Thanks for the quick implementation of this feature!

@marcomorain
Copy link
Collaborator

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants