clearSessionMetadata static method

void clearSessionMetadata()

Clears the session metadata.

After this method is called, logs will no longer have the previously set metadata attached.

Implementation

static void clearSessionMetadata() {
  _instance._metadata = null;
}