UNPKG

@instana/core

Version:
10 lines (7 loc) 207 B
/* * (c) Copyright IBM Corp. 2021 * (c) Copyright Instana Inc. and contributors 2016 */ 'use strict'; exports.payloadPrefix = 'startTime'; exports.currentPayload = Date.now() - process.uptime() * 1000;