We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Scope.addBreadcrumb
1 parent e70d1b3 commit c141bd8Copy full SHA for c141bd8
packages/types/src/scope.ts
@@ -189,8 +189,8 @@ export interface Scope {
189
clear(): this;
190
191
/**
192
- * Sets the breadcrumbs in the scope
193
- * @param breadcrumbs Breadcrumb
+ * Sets the breadcrumb in the scope
+ * @param breadcrumb Breadcrumb
194
* @param maxBreadcrumbs number of max breadcrumbs to merged into event.
195
*/
196
addBreadcrumb(breadcrumb: Breadcrumb, maxBreadcrumbs?: number): this;
0 commit comments