elastic-apm-node
Version:
The official Elastic APM agent for Node.js
16 lines (13 loc) • 642 B
JavaScript
/*
* Copyright Elasticsearch B.V. and other contributors where applicable.
* Licensed under the BSD 2-Clause License; you may not use this file except in
* compliance with the BSD 2-Clause License.
*/
;
exports.unwrap = Symbol('ElasticAPMUnwrap');
exports.agentInitialized = Symbol('ElasticAPMAgentInitialized');
exports.knexStackObj = Symbol('ElasticAPMKnexStackObj');
exports.staticFile = Symbol('ElasticAPMStaticFile');
exports.expressMountStack = Symbol('ElasticAPMExpressMountStack');
exports.errorReportedSymbol = Symbol('ElasticAPMErrorReported');
exports.redisClientOptions = Symbol('ElasticAPMRedisClientOptions');