getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
37.08k stars 3.98k forks source link

Winden scope for Hydration Error Inbound Filter #70119

Open InterstellarStella opened 2 weeks ago

InterstellarStella commented 2 weeks ago

Problem Statement

Currently our hydration error inbound filter looks for the following (source):

error_messages += [
            "*https://reactjs.org/docs/error-decoder.html?invariant={418,419,422,423,425}*"
]

This does not account for messages such as the following:

Minified React error #425; visit https://react.dev/errors/425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

Solution Brainstorm

We should widen the scope of the filter to take into account cases such as the one described above.

Product Area

Unknown

getsantry[bot] commented 2 weeks ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 2 weeks ago

Routing to @getsentry/product-owners-issues for triage ⏲️

roggenkemper commented 1 week ago

thanks for the feature request, i've added this to our backlog to take a look at