-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Sentry Integration : Stop reporting all non system-error error types. #18133
Conversation
NOTE
|
Closing #18132 in favor of this PR! |
NOTE
|
NOTE
|
NOTE
|
...job-persistence/src/main/java/io/airbyte/persistence/job/errorreporter/JobErrorReporter.java
Outdated
Show resolved
Hide resolved
Exclude list of unsupported failure reasons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...job-persistence/src/main/java/io/airbyte/persistence/job/errorreporter/JobErrorReporter.java
Outdated
Show resolved
Hide resolved
...persistence/src/test/java/io/airbyte/persistence/job/errorreporter/JobErrorReporterTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for taking this on. If you can also add a brief description of what was changed and how come this PR existed outside of linking the Closes PR # that would be helpful if this PR needs to be referenced in the future
* master: (304 commits) Bump helm chart version reference to 0.40.27 (#18152) Bump helm chart version reference to 0.40.26 (#18094) Update deployment.yaml (#18151) Publishes Postgres, MySQL, MSSQL source with changes from #18041 (#18086) Fix minor DBT Cloud Errors. (#18147) Sentry Integration : Stop reporting all non system-error error types. (#18133) Docs: Fix backoff stategy docs (#18143) 🐛 Destination GCS: Fix error logs to log 'Gcs' rather than 'AWS' (#17901) Add openAPI spec for Connector Builder Server (#17535) Alex/mvp UI for dbt cloud integration (#18095) increased timeout for sat tests (#18128) Bmoric/remove dep connector worker (#17977) `recordsRead` should be a long (#18123) doc_update_oath_issue_gsc (#17967) 🎉 Source Zendesk Chat: engagements data fix infinity looping + gradlew format (#18121) 🐛 Source Zendesk Chat: engagements data fix infinity looping (#17745) Custom APM Tracing (#17947) 11679 BigQuery-Denormalized Destination: improve code coverage (#17827) increased timeout for sat tests (#18114) docs: clarify language (#18090) ...
…airbytehq#18133) * Sentry Integration : Stop reporting all non system-error error types.
Closes #18131
As part of the improving connector customer experience workstream, we want to emit config-error traces in discover/read (any place that can fail when a config can be changed) instead of throwing an exception and have that be a system-error by default.
These errors will now be attributed as config-errors with a relevant message to the user. As a result, we'd like to stop sending these to Sentry (which is currently only used for creating GH issues)