Skip to content

Commit

Permalink
chore(typo): Fix typo in Scope.addBreadcrumb
Browse files Browse the repository at this point in the history
Signed-off-by: Kaung Zin Hein <[email protected]>
  • Loading branch information
Zen-cronic committed Sep 18, 2024
1 parent e70d1b3 commit c141bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ export interface Scope {
clear(): this;

/**
* Sets the breadcrumbs in the scope
* @param breadcrumbs Breadcrumb
* Sets the breadcrumb in the scope
* @param breadcrumb Breadcrumb
* @param maxBreadcrumbs number of max breadcrumbs to merged into event.
*/
addBreadcrumb(breadcrumb: Breadcrumb, maxBreadcrumbs?: number): this;
Expand Down

0 comments on commit c141bd8

Please sign in to comment.