resetEarlyBreadcrumbBufferForTest static method
Test-only: clear the early-breadcrumb buffer so module-level state does not leak across test cases.
Implementation
@visibleForTesting
static void resetEarlyBreadcrumbBufferForTest() => _earlyBreadcrumbBuffer.clear();