Method: Sentry::Event#to_json_compatible
- Defined in:
- lib/sentry/event.rb
permalink #to_json_compatible ⇒ Hash
128 129 130 |
# File 'lib/sentry/event.rb', line 128 def to_json_compatible JSON.parse(JSON.generate(to_hash)) end |
128 129 130 |
# File 'lib/sentry/event.rb', line 128 def to_json_compatible JSON.parse(JSON.generate(to_hash)) end |