"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "apmConfigSchema", { enumerable: true, get: function () { return _apm_config.apmConfigSchema; } }); Object.defineProperty(exports, "getConfiguration", { enumerable: true, get: function () { return _config_loader.getConfiguration; } }); Object.defineProperty(exports, "initApm", { enumerable: true, get: function () { return _init_apm.initApm; } }); Object.defineProperty(exports, "shouldInstrumentClient", { enumerable: true, get: function () { return _rum_agent_configuration.shouldInstrumentClient; } }); var _config_loader = require("./src/config_loader"); var _init_apm = require("./src/init_apm"); var _rum_agent_configuration = require("./src/rum_agent_configuration"); var _apm_config = require("./src/apm_config");