Method: Sentry::Event#to_json_compatible

Defined in:
lib/sentry/event.rb

#to_json_compatibleHash

Returns:

  • (Hash)
[View source]

128
129
130
# File 'lib/sentry/event.rb', line 128

def to_json_compatible
  JSON.parse(JSON.generate(to_hash))
end