Skip to content

Commit

Permalink
Merge branch 'master' into feature/fiberless
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Dec 31, 2024
2 parents 003e9df + f346b03 commit d01b575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## Next

* Support Meteor 3
* Add `Monti.event`
* Tracer supports parallel events
* Improve support for proxies

## v2.50.0
December 30, 2024

* Create custom traces with `Monti.traceJob`
* Add monitoring for job queues, cron jobs, and custom functions
* Add `disableInstrumentation` option
Expand Down
1 change: 0 additions & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 d01b575

Please sign in to comment.