Skip to content

Commit 4969d5d

Browse files
committed
Update core agent to 1.5.1
1 parent d743173 commit 4969d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scout_apm/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def __init__(self):
229229
"core_agent_log_level": "info",
230230
"core_agent_permissions": 700,
231231
"core_agent_socket_path": "tcp://127.0.0.1:6590",
232-
"core_agent_version": "v1.5.0", # can be an exact tag name, or 'latest'
232+
"core_agent_version": "v1.5.1", # can be an exact tag name, or 'latest'
233233
"disabled_instruments": [],
234234
"download_url": (
235235
"https://s3-us-west-1.amazonaws.com/scout-public-downloads/"

0 commit comments

Comments
 (0)