Skip to content

[Feature] Event Context support for Ruby #699

Closed
@thomaswitt

Description

@thomaswitt

Honeybadger for other langauges apparently supports an event_context, whereas the Ruby version apparently "only" supports context for notifies, not for events. This is a pity, as I need to insert into every event a tenant_id and a user_id for debugging reasons. That would be so much easier if I could set globally Honeybadger.event_context(user_id: @current_user.id) when a user logs in and Honeybadger.event_context(tenant_id: Current.tenant_id) when a tenant is set.

Is there a possibility to offer the event_context functionality also for Ruby?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions