Skip to main content

Why aren't my Inbound Filters filtering out all hydration errors?

Updated over a month ago

Issue

I have activated the Inbound Filters for React hydration errors in my projects settings but I am still seeing some hydrations errors being accepted in that project.

Applies To

  • All Customers

  • Error Monitoring

  • Filtering

Symptoms

  • Hydration errors are still coming in.

Resolution

Inbound Filters only filter out the most common hydration errors. The list can be viewed in our code base here.

Hydration errors that do not appear on that list must be filtered out using the minified error message to drop the event in beforeSend or ignoreErrors.

Did this answer your question?