We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40862e commit 4193d7dCopy full SHA for 4193d7d
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-=======
+## v5.2.2
4
+[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.1...v5.2.2)
5
+
6
+### Bugfixes
7
+ * fixed an issue where a `cpu_total` of `0` could cause an exception (#610, #611)
8
9
## v5.2.1
10
[Check the diff](https://github.com/elastic/apm-agent-python/compare/v5.2.0...v5.2.1)
11
elasticapm/version.py
@@ -28,5 +28,5 @@
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
-__version__ = (5, 2, 1)
+__version__ = (5, 2, 2)
32
VERSION = ".".join(map(str, __version__))
0 commit comments