Skip to content

Commit

Permalink
Support v3 of agent
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Apr 26, 2024
1 parent 858a76e commit 7e52990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function configurePackage(api) {
api.use('random');
api.use('ecmascript');
api.export('MontiProfiler');
api.use('montiapm:[email protected]');
api.imply('montiapm:[email protected]');
api.use('montiapm:[email protected]||3.0.0-beta.4');
api.imply('montiapm:[email protected]||3.0.0-beta.4');
api.use('montiapm:[email protected]');

api.addFiles('lib/server.js', 'server');
Expand Down

0 comments on commit 7e52990

Please sign in to comment.