atatus-nodejs
Version: 
Atatus APM agent for Node.js
16 lines (13 loc) • 635 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('AtatusAPMUnwrap');
exports.agentInitialized = Symbol('AtatusAPMAgentInitialized');
exports.knexStackObj = Symbol('AtatusAPMKnexStackObj');
exports.staticFile = Symbol('AtatusAPMStaticFile');
exports.expressMountStack = Symbol('AtatusAPMExpressMountStack');
exports.errorReportedSymbol = Symbol('AtatusAPMErrorReported');
exports.redisClientOptions = Symbol('AtatusAPMRedisClientOptions');