Skip to content
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

Ignore intermittent cloudwatch errors #1292

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

codemonkey800
Copy link
Collaborator

@codemonkey800 codemonkey800 commented Oct 31, 2023

Description

Ignores a couple of CWR errors that are safe to ignore because they happen infrequently:
aws-observability/aws-rum-web#227 (comment)

This PR also removes the The provided "href" error due to it being fixed in #1291

@codemonkey800 codemonkey800 added the improvement Release Label: Used for categorizing improvements in automated CI release notes label Oct 31, 2023
@codemonkey800 codemonkey800 merged commit 29c3061 into main Oct 31, 2023
2 checks passed
@codemonkey800 codemonkey800 deleted the jeremy/ignore-cwr-errors branch October 31, 2023 21:40
Copy link

This PR has been included in release: v23.10.3, see the release notes.

"-\"CWR: Failed to retrieve Cognito identity\"",
"-\"CWR: Failed to retrieve credentials\"",
"-\"CWR: Failed to retrieve Cognito OpenId token\"",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we generalize this to silence all errors containing the term Cognito or credentials? As we don't want to be alerted on failures of RUM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Release Label: Used for categorizing improvements in automated CI release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants