()
| 1111 | * Evict stale spans immediately (for testing) |
| 1112 | */ |
| 1113 | export function evictStaleSpansForTesting(): void { |
| 1114 | evictStaleSpans() |
| 1115 | } |
| 1116 | |
| 1117 | export const MAX_EVENTS_FOR_TESTING = MAX_EVENTS |
| 1118 | export function evictOldestEventsForTesting(): void { |
nothing calls this directly
no test coverage detected