UNPKG

atatus-nodejs

Version:

Atatus APM agent for Node.js

16 lines (13 loc) 635 B
/* * 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. */ 'use strict'; 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');