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.

Add a parameterless ISpanBuilder.StartActive() overload with the behavior of finishSpanOnDispose:true

See original GitHub issue

IScope StartActive(bool finishSpanOnClose); should not the default be to close the spans on start? I’d presume this behavior should be opt-out rather than opt-in?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
yurishkurocommented, Mar 2, 2018

Side note - C# is funny: “The async and await keywords were introduced in Visual Studio 2012”. So IDE release == new language features 😈

0reactions
cwe1sscommented, May 2, 2018

@carlosalberto thanks for the update! This sounds good, so we’ll add it as well! It really makes sense for C#!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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