Skip to content

Commit d8ca29b

Browse files
authored
doc: Fix maxBreadcrumbs comment to note the proper default (#3038)
Consistent with DEFAULT_BREADCRUMBS of src/hub.ts
1 parent 2863c1b commit d8ca29b

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)