We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d628c3 commit 72a4b8eCopy full SHA for 72a4b8e
packages/hub/src/hub.ts
@@ -49,7 +49,7 @@ export const API_VERSION = 3;
49
* Default maximum number of breadcrumbs added to an event. Can be overwritten
50
* with {@link Options.maxBreadcrumbs}.
51
*/
52
-const DEFAULT_BREADCRUMBS = 30;
+const DEFAULT_BREADCRUMBS = 100;
53
54
/**
55
* Absolute maximum number of breadcrumbs added to an event. The
0 commit comments