resetEarlyBreadcrumbBufferForTest static method

  1. @visibleForTesting
void resetEarlyBreadcrumbBufferForTest()

Test-only: clear the early-breadcrumb buffer so module-level state does not leak across test cases.

Implementation

@visibleForTesting
static void resetEarlyBreadcrumbBufferForTest() => _earlyBreadcrumbBuffer.clear();