question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expose `RequestOptions` for HLC methods causing noisy logs/tracing

See original GitHub issue

The upcoming Azure.RequestOptions gives us the chance to expose ErrorOptions from our convenience methods. We’re not planning to do this everywhere, but there have been a handful of cases where the noise of an expected exception degraded the observability/diagnosability experience for customers. This was discussed in detail in the ArchBoard meetings at https://github.com/Azure/azure-sdk/issues/3391. This work item tracks enabling the first set of experiences for HLC libraries.

Foundational

Use internally for both sync/async overloads:

Expose publicly both sync/async overloads:

Could either expose publicly or add an If(Not)Exists method to use internally for both sync/async overloads:

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:5
  • Comments:20 (14 by maintainers)

github_iconTop GitHub Comments

7reactions
diligent176commented, Aug 16, 2022

OMG, will someone please fix this 409 error in Table Storage… 10 years!!

#109

2reactions
tg-msftcommented, Jan 25, 2022

Yes @pakrym, this was meant to track everything blocked on RequestOptions, but I just split it into three lists to make it clearer which would expose RequestOptions, which would merely make use of it, and which we could do either way.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Expose `RequestOptions` for HLC methods causing noisy logs/ ...
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found