enum
Raven::Breadcrumb::Type
Overview
The type of breadcrumb. The default type is Type::DEFAULT which indicates
no specific handling. Other types are currently:
Type::HTTPfor HTTP requests andType::NAVIGATIONfor navigation events.
Defined in:
raven/breadcrumb.crEnum Members
-
DEFAULT =
0 -
HTTP =
1 -
NAVIGATION =
2
Instance Method Summary
-
#default?
Returns
trueif this enum value equalsDEFAULT -
#http?
Returns
trueif this enum value equalsHTTP -
#navigation?
Returns
trueif this enum value equalsNAVIGATION