We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxBreadcrumb
1 parent c68d937 commit 71491beCopy full SHA for 71491be
packages/types/src/options.ts
@@ -66,7 +66,10 @@ export interface Options {
66
/** Sets the distribution for all events */
67
dist?: string;
68
69
- /** The maximum number of breadcrumbs sent with events. Defaults to 100. */
+ /**
70
+ * The maximum number of breadcrumbs sent with events. Defaults to 30.
71
+ * Values over 100 will be ignored and 100 used instead.
72
+ */
73
maxBreadcrumbs?: number;
74
75
/** Console logging verbosity for the SDK Client. */
0 commit comments