Repository URL to install this package:
|
Version:
0.6.5 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
try {
const init = require('@supertenant/collector');
init({tracing: {enabled: true, automaticTracingEnabled: true, activateImmediately: true}});
module.exports = init;
} catch (err) {
console.error('@supertenant/supermeter failed to initialize, supertenant will not be available to this process.');
console.error(err);
module.exports = function() {};
}