Skip to content

Commit 5dc5211

Browse files
committed
Fix maxBreadcrumbs doc comment to not the proper default
Consistent with DEFAULT_BREADCRUMBS of src/hub.ts
1 parent e9bad47 commit 5dc5211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface Options {
6868
dist?: string;
6969

7070
/**
71-
* The maximum number of breadcrumbs sent with events. Defaults to 30.
71+
* The maximum number of breadcrumbs sent with events. Defaults to 100.
7272
* Values over 100 will be ignored and 100 used instead.
7373
*/
7474
maxBreadcrumbs?: number;

0 commit comments

Comments
 (0)