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
When there is an error (eg. 404 returned from GH) there are two error records sent to Sentry.
One for the actual problem: logged here: https://github.com/arquillian/ike-prow-plugins/blob/master/pkg/plugin/test-keeper/event_handler.go#L189 the related issue in the sentry https://errortracking.prod-preview.openshift.io/openshift_io/ike-prow-plugins/issues/5663/
And as the error is then returned back, then there is the second record sent to the Sentry from this place: https://github.com/arquillian/ike-prow-plugins/blob/master/pkg/plugin/test-keeper/event_handler.go#L44 (but will be from server.go when this PR is merged). However, this record doesn't provide meaningful information - here is an example of such a sentry issue https://errortracking.prod-preview.openshift.io/openshift_io/ike-prow-plugins/issues/5667/
So, change the logging sent to Sentry so the records/issues provide more meaningful information.
The text was updated successfully, but these errors were encountered:
to the fields add:
link to the issue/PR
type of the action (updated/created/...)
content of the comment (in case of the comment event)
investigate why this issue https://errortracking.prod-preview.openshift.io/openshift_io/ike-prow-plugins/issues/6150/ doesn't contain a reference to the repository
anything else?
Sorry, something went wrong.
No branches or pull requests
When there is an error (eg. 404 returned from GH) there are two error records sent to Sentry.
One for the actual problem:
logged here: https://github.com/arquillian/ike-prow-plugins/blob/master/pkg/plugin/test-keeper/event_handler.go#L189
the related issue in the sentry https://errortracking.prod-preview.openshift.io/openshift_io/ike-prow-plugins/issues/5663/
And as the error is then returned back, then there is the second record sent to the Sentry from this place: https://github.com/arquillian/ike-prow-plugins/blob/master/pkg/plugin/test-keeper/event_handler.go#L44 (but will be from server.go when this PR is merged). However, this record doesn't provide meaningful information - here is an example of such a sentry issue https://errortracking.prod-preview.openshift.io/openshift_io/ike-prow-plugins/issues/5667/
So, change the logging sent to Sentry so the records/issues provide more meaningful information.
The text was updated successfully, but these errors were encountered: