-
-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Labels
.NETPull requests that update .net codePull requests that update .net codeImprovementpublic APIAdditions/modifications to, or removals from, the public API surface area.Additions/modifications to, or removals from, the public API surface area.
Milestone
Description
Problem Statement
Transaction scopes should be easier to manage in code by having the ITransactionTracer implement IDisposable.
Solution Brainstorm
**using** var tran = SentrySdk.StartTransaction("Startup", "Init");
/* Do something */
/* Once the code goes out of scope, the transaction should "complete" automatically because of the "Dispose" method getting called explicitly, or implicitly. */
Product Area
Unknown
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeImprovementpublic APIAdditions/modifications to, or removals from, the public API surface area.Additions/modifications to, or removals from, the public API surface area.
Projects
Status
No status
Status
No status