We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d4003 commit b66c2d4Copy full SHA for b66c2d4
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Pending
4
+
5
+## [3.5.1] 2025-12-04
6
### Fixed
7
- Attach `transaction_id` to error context to support querying for matching logs in errors service.
8
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name="scout_apm",
36
- version="3.5.0",
+ version="3.5.1",
37
description="Scout Application Performance Monitoring Agent",
38
long_description=long_description,
39
long_description_content_type="text/markdown",
0 commit comments