Right now Sentry::Event#inspect contains a bunch of data that aren't really helpful for inspection (like Configuration object) and it's pretty much useless. But it's also the easiest way for users to inspect the content of their event. So we should customize the method and make it more similar or even identical to the json-format of the event.
Right now
Sentry::Event#inspectcontains a bunch of data that aren't really helpful for inspection (likeConfigurationobject) and it's pretty much useless. But it's also the easiest way for users to inspect the content of their event. So we should customize the method and make it more similar or even identical to the json-format of the event.