Skip to content

Commit

Permalink
v2.47.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Aug 10, 2023
1 parent fef8cee commit 8d26030
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.47.3
August 10, 2023

* Fix logging payload size only when enabled
* Fix crash when promise rejected with `undefined`

## 2.47.2
January 9, 2023

Expand Down
2 changes: 1 addition & 1 deletion 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.47.2',
version: '2.47.3',
git: 'https://github.com/monti-apm/monti-apm-agent.git',
name: 'montiapm:agent'
});
Expand Down

0 comments on commit 8d26030

Please sign in to comment.