We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1cf2d commit d29b367Copy full SHA for d29b367
packages/common/src/utils/analytics/sentry.ts
@@ -49,6 +49,7 @@ export async function initialize(dsn: string) {
49
/Cannot remove node \d* because no matching node was found in the Store\./,
50
/Cannot add child \d* to parent \d* because parent node was not found in the Store\./,
51
/Children cannot be added or removed during a reorder operation\./,
52
+ /Cannot reorder children for node/,
53
54
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
55
],
0 commit comments