Skip to content

Commit c141bd8

Browse files
committed
chore(typo): Fix typo in Scope.addBreadcrumb
Signed-off-by: Kaung Zin Hein <[email protected]>
1 parent e70d1b3 commit c141bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/scope.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ export interface Scope {
189189
clear(): this;
190190

191191
/**
192-
* Sets the breadcrumbs in the scope
193-
* @param breadcrumbs Breadcrumb
192+
* Sets the breadcrumb in the scope
193+
* @param breadcrumb Breadcrumb
194194
* @param maxBreadcrumbs number of max breadcrumbs to merged into event.
195195
*/
196196
addBreadcrumb(breadcrumb: Breadcrumb, maxBreadcrumbs?: number): this;

0 commit comments

Comments
 (0)