I'm trying to pass additional data with an exeption report to sentri.
Test code
Raven.captureMessage("test", {"blabla": "blabla"})
In sentri admin I can see the error, but can't find any additional data. Am I missing something, is it somewhere hidden, or do I miss the purpose of additional data parameter?
Thank you