attributes property

  1. @override
Map<String, Object?> get attributes
override

Event attributes for diagnostics/observability.

Implementation

@override
Map<String, Object?> get attributes => {
  'taskId': envelope.id,
  'taskName': envelope.name,
  'queue': envelope.queue,
  'workerId': worker.id,
  'reason': reason,
};