Skip to content

Commit d29b367

Browse files
committed
Ignore another error from react-devtools-inline
1 parent 8f1cf2d commit d29b367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export async function initialize(dsn: string) {
4949
/Cannot remove node \d* because no matching node was found in the Store\./,
5050
/Cannot add child \d* to parent \d* because parent node was not found in the Store\./,
5151
/Children cannot be added or removed during a reorder operation\./,
52+
/Cannot reorder children for node/,
5253

5354
"undefined is not an object (evaluating 'window.__pad.performLoop')", // Only happens on Safari, but spams our servers. Doesn't break anything
5455
],

0 commit comments

Comments
 (0)