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

CosmosException: Adds diagnostics to message for 408, 500, 503, 404/1002 scenarios #2719

Merged
merged 15 commits into from
Sep 10, 2021

Conversation

j82w
Copy link
Contributor

@j82w j82w commented Sep 9, 2021

Pull Request Template

Description

This change is being done because most users are not capturing the diagnostics for these exceptions. It is not possible to root cause or trouble shoot these issues without the diagnostics. This requires the customer to make code changes to get the additional info which causes the issue to persist for a long time.

Type of change

Please delete options that are not relevant.

  • [] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [] This change requires a documentation update

Closing issues

To automatically close an issue: closes #IssueNumber

@j82w j82w added the Diagnostics Issues around diagnostics and troubleshooting label Sep 9, 2021
…eption.cs

Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
Copy link
Member

@kirankumarkolli kirankumarkolli left a comment

Choose a reason for hiding this comment

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

:shipit:

@j82w j82w changed the title CosmosException: Adds diagnostics to message for 408, 500, 503 scenarios CosmosException: Adds diagnostics to message for 408, 500, 503, 404/1002 scenarios Sep 10, 2021
@j82w j82w merged commit 33f3ec5 into master Sep 10, 2021
@j82w j82w deleted the users/jawilley/exceptions branch September 10, 2021 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Diagnostics Issues around diagnostics and troubleshooting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants