UNPKG

newrelic

Version:
13 lines (8 loc) 250 B
/* * Copyright 2020 New Relic Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ 'use strict' const Aggregator = require('./base-aggregator') class TraceAggregator extends Aggregator {} module.exports = TraceAggregator