-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Description
I'm trying to use a Sidekiq job to send the raven events, which means I need to serialize the Raven::Event and deserialize it before sending.
I see there's a "to_hash" method but no "from_hash".
I tried to use YAML::load and YAML::dump but it yacks on procs from the config.
Any ideas how I can accomplish this?
Metadata
Metadata
Assignees
Labels
No labels