Skip to content

Conversation

mitchellhenke
Copy link
Contributor

Closes #161 and closes #223

The issue in #223 is that we are sending stacktrace: %{ frames: []}, which is not handled/parsed by the Sentry server, and results in an error showing. The event still works and shows everything properly, but better to avoid the message.

To avoid it, the stacktrace key is not sent up to the server if there are no frames.

@mitchellhenke mitchellhenke merged commit f6a62dc into master Oct 30, 2017
@mitchellhenke mitchellhenke deleted the json-event branch October 30, 2017 15:48
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

Successfully merging this pull request may close these issues.

How to ingore Discarded invalid value for parameter 'stacktrace' ? Create map from Event struct before encoding to JSON
2 participants