Skip to content

How to serialize Raven::Event? #282

@marclennox

Description

@marclennox

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions