We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346eca4 commit 7fc43beCopy full SHA for 7fc43be
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
### Added
6
7
+### Fixed
8
+
9
+## [2.24.0] 2022-02-08
10
11
### Fixed
12
- Only log warnings for ElasticSearch client method instrumentation
13
if no client methods were instrumented. Otherwise, log the issues at
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="scout_apm",
39
- version="2.23.5",
+ version="2.24.0",
40
description="Scout Application Performance Monitoring Agent",
41
long_description=long_description,
42
long_description_content_type="text/markdown",
0 commit comments