This is a todo item for after the OTel Bridge is in:
- refactor
RunContext.exitSpan() to RunContext.leaveSpan() to avoid the name collision (for grepping) with the exitSpan option to startSpan.
- to match the API, rename
RunContext.exitTrans() to leaveTrans().
This is a todo item for after the OTel Bridge is in:
RunContext.exitSpan()toRunContext.leaveSpan()to avoid the name collision (for grepping) with theexitSpanoption tostartSpan.RunContext.exitTrans()toleaveTrans().