addBreadcrumb method
Adds a breacrumb to the current Scope
Implementation
@override
Future<void> addBreadcrumb(Breadcrumb crumb, {Hint? hint}) async =>
await Sentry.addBreadcrumb(crumb, hint: hint);
Adds a breacrumb to the current Scope
@override
Future<void> addBreadcrumb(Breadcrumb crumb, {Hint? hint}) async =>
await Sentry.addBreadcrumb(crumb, hint: hint);