class Honeybadger::Breadcrumbs::Breadcrumb
def initialize(category: "custom", message: nil, metadata: {})
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (category: String, message: String, metadata: Hash) -> void
This signature was generated using 71 samples from 1 application.
def initialize(category: "custom", message: nil, metadata: {}) @active = true @timestamp = Time.now.utc @category = category @message = message @metadata = metadata.is_a?(Hash) ? metadata : {} end