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