fix(mdx): robust parsing for payload data and ignore sentry pipe noise

This commit is contained in:
2026-07-17 15:18:35 +02:00
parent 402b5c30c6
commit 9c9663eb88
7 changed files with 71 additions and 15 deletions

View File

@@ -12,4 +12,5 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
ignoreErrors: ['failed to pipe response'],
});