enum Raven::Breadcrumb::Type

Overview

The type of breadcrumb. The default type is Type::DEFAULT which indicates no specific handling. Other types are currently:

Defined in:

raven/breadcrumb.cr

Enum Members

DEFAULT = 0
HTTP = 1
NAVIGATION = 2

Instance Method Summary

Instance Method Detail

def default? #

[View source]
def http? #

[View source]
def navigation? #

[View source]