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::HTTP
for HTTP requests andType::NAVIGATION
for navigation events.
Defined in:
raven/breadcrumb.crEnum Members
-
DEFAULT =
0
-
HTTP =
1
-
NAVIGATION =
2
Instance Method Summary
-
#default?
Returns
true
if this enum value equalsDEFAULT
-
#http?
Returns
true
if this enum value equalsHTTP
-
#navigation?
Returns
true
if this enum value equalsNAVIGATION