UNPKG

pinpoint-node-agent

Version:
33 lines (20 loc) 456 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' class DisableSpanRecorder { recordServiceType() {} recordApiId() {} recordApi() {} setApiId0() {} recordAttribute() {} recordRpc() {} recordEndPoint() {} recordRemoteAddress() {} recordException() {} recordAcceptorHost() {} recordParentApplication() {} } module.exports = DisableSpanRecorder