Skip to content

Commit

Permalink
v2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Dec 30, 2024
1 parent cf76a23 commit f346b03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Next
## v2.50.0

December 30, 2024

* Create custom traces with `Monti.traceJob`
* Add monitoring for job queues, cron jobs, and custom functions
Expand Down
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package.describe({
summary: 'Performance Monitoring for Meteor',
version: '2.50.0-beta.5',
version: '2.50.0',
git: 'https://github.com/monti-apm/monti-apm-agent.git',
name: 'montiapm:agent'
});
Expand All @@ -22,7 +22,6 @@ let npmModules = {
parseurl: '1.3.3',
};


Package.onUse(function (api) {
Npm.depends(npmModules);
configurePackage(api, false);
Expand Down

0 comments on commit f346b03

Please sign in to comment.