We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb37dec commit ff86562Copy full SHA for ff86562
packages/common/src/utils/analytics/sentry.ts
@@ -54,7 +54,7 @@ export async function initialize(dsn: string) {
54
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
55
],
56
whitelistUrls: [/https?:\/\/((uploads|www)\.)?codesandbox\.io/],
57
- maxBreadcrumbs: 40,
+ maxBreadcrumbs: 90,
58
/**
59
* Don't send messages from the sandbox, so don't send from eg.
60
* new.codesandbox.io or new.csb.app
0 commit comments