class Sentry::Event

def to_json_compatible

Returns:
  • (Hash) -
def to_json_compatible
  JSON.parse(JSON.generate(to_hash))
end