Skip to content

Commit ff86562

Browse files
committed
Increase sentry breadcrumbs
1 parent bb37dec commit ff86562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/utils/analytics/sentry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function initialize(dsn: string) {
5454
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
5555
],
5656
whitelistUrls: [/https?:\/\/((uploads|www)\.)?codesandbox\.io/],
57-
maxBreadcrumbs: 40,
57+
maxBreadcrumbs: 90,
5858
/**
5959
* Don't send messages from the sandbox, so don't send from eg.
6060
* new.codesandbox.io or new.csb.app

0 commit comments

Comments
 (0)