Skip to content

Commit

Permalink
upgrade core
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Nov 9, 2023
1 parent 24e90bd commit e463f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kadira.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { EventType } from './constants';

const hostname = require('os').hostname();
const logger = require('debug')('kadira:apm');
const KadiraCore = require('@monti-apm/core').Kadira;
const KadiraCore = require('@monti-apm/core').Monti;

const DEBUG_PAYLOAD_SIZE = process.env.MONTI_DEBUG_PAYLOAD_SIZE === 'true';

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Package.describe({

let npmModules = {
debug: '0.8.1',
'@monti-apm/core': '2.0.0-beta.1',
'@monti-apm/core': '2.0.0-beta.2',
'lru-cache': '5.1.1',
'json-stringify-safe': '5.0.1',
'monti-apm-sketches-js': '0.0.3',
Expand Down

0 comments on commit e463f9f

Please sign in to comment.