Skip to content

Commit 71491be

Browse files
authored
fix(options): Fix description of maxBreadcrumb (getsentry#2118)
1 parent c68d937 commit 71491be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/types/src/options.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ export interface Options {
6666
/** Sets the distribution for all events */
6767
dist?: string;
6868

69-
/** The maximum number of breadcrumbs sent with events. Defaults to 100. */
69+
/**
70+
* The maximum number of breadcrumbs sent with events. Defaults to 30.
71+
* Values over 100 will be ignored and 100 used instead.
72+
*/
7073
maxBreadcrumbs?: number;
7174

7275
/** Console logging verbosity for the SDK Client. */

0 commit comments

Comments
 (0)