We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SaaS (https://sentry.io/)
This is a continuation of this Github issue where this was fixed.
Looks like maybe when the code was moved over from the relay/config/__init__.py file to the inbound_filters.py (here), the rule broke.
relay/config/__init__.py
inbound_filters.py
Generally the error messages for these ChunkLoads look like this -
"title": "Error: Uncaught (in promise): ChunkLoadError: Loading chunk 175 failed.",
The exception type is Error and the Uncaught (in promise)... part is the exception value.
Error
Uncaught (in promise)...
It looks like maybe the values section in the chunk load error filter might be looking for an exception type of "*Uncaught *"?.
"*Uncaught *"
Should the value look like this instead (basing off the hydration error filter below it)? (None, "*Uncaught *: ChunkLoadError: Loading chunk *")
(None, "*Uncaught *: ChunkLoadError: Loading chunk *")
ChunkLoadErrors filtered out.
ChunkLoadErrors being accepted.
Ingestion and Filtering
No response
The text was updated successfully, but these errors were encountered:
Assigning to @getsentry/support for routing ⏲️
Sorry, something went wrong.
Routing to @getsentry/product-owners-ingestion-and-filtering for triage ⏲️
No branches or pull requests
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
This is a continuation of this Github issue where this was fixed.
Looks like maybe when the code was moved over from the
relay/config/__init__.py
file to theinbound_filters.py
(here), the rule broke.Generally the error messages for these ChunkLoads look like this -
The exception type is
Error
and theUncaught (in promise)...
part is the exception value.It looks like maybe the values section in the chunk load error filter might be looking for an exception type of
"*Uncaught *"
?.Should the value look like this instead (basing off the hydration error filter below it)?
(None, "*Uncaught *: ChunkLoadError: Loading chunk *")
Expected Result
ChunkLoadErrors filtered out.
Actual Result
ChunkLoadErrors being accepted.
Product Area
Ingestion and Filtering
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: