resetBreadcrumbLevelWarnedForTest static method
For testing only: reset the one-time invalid-breadcrumbLevel warning guard
so order-dependent tests can re-assert the warning fires.
Implementation
@visibleForTesting
static void resetBreadcrumbLevelWarnedForTest() => _breadcrumbLevelWarned = false;