Skip to content

Commit 72a4b8e

Browse files
captbaritoneHazAT
authored andcommitted
1 parent 2d628c3 commit 72a4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/src/hub.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const API_VERSION = 3;
4949
* Default maximum number of breadcrumbs added to an event. Can be overwritten
5050
* with {@link Options.maxBreadcrumbs}.
5151
*/
52-
const DEFAULT_BREADCRUMBS = 30;
52+
const DEFAULT_BREADCRUMBS = 100;
5353

5454
/**
5555
* Absolute maximum number of breadcrumbs added to an event. The

0 commit comments

Comments
 (0)