Closed
Description
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?