clear static method

void clear()

Clears span registrations and ignored-instrument state (e.g. on SDK shutdown).

Implementation

static void clear() {
  _spanTraceIds.clear();
  _ignoredInstruments.clear();
}