stamp
Returns a new envelope, recording the current time as its event_timestamp. Thread-safe; each call advances the sequence counters. Transports that stamp inside their own pipeline call this, since the app's original call time isn't available to them.
Returns a new envelope recording eventTimestampMillis as its event_timestamp — captured at the track/screen/identify call site so the timestamp reflects when the app fired the event, not when the serial dispatcher later drained and stamped it (which can lag under backpressure). Thread-safe; each call advances the sequence counters. The default ignores the timestamp and delegates to stamp; the library core overrides it to honor the value.