You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an exception happens after telemetry has been sent but before
returning from `main`'s `begin`..`end` block, two telemetry events may
be emitted, which contradicts the "one start" => "one conclusion"
design.
Therefore:
- tighten exception catching around injection in `main`
- prevent telemetry from bubbling an exception up (we can't do anything
in this case anyway)
0 commit comments