We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ba92e commit bb4a211Copy full SHA for bb4a211
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Added
6
7
+### Fixed
8
+
9
+## [2.25.0] 2022-05-04
10
11
+### Added
12
13
### Fixed
14
- Return the full path for backtraces that are used by the core-agent and
15
APM product. The error stacktraces now prepend the SCM_DIRECTORY setting
setup.py
@@ -36,7 +36,7 @@
36
37
setup(
38
name="scout_apm",
39
- version="2.24.2",
+ version="2.25.0",
40
description="Scout Application Performance Monitoring Agent",
41
long_description=long_description,
42
long_description_content_type="text/markdown",
0 commit comments