Skip to content

Commit

Permalink
Update CoreAgent version to 1.2.6, with several bug fixes:
Browse files Browse the repository at this point in the history
(from CA's changelog)

[1.2.6] 2019-12-03

Fixed:

* Use SQL derived names in SpanTraces (#97)

[1.2.5] 2019-12-02

Added:

* Autoclose running spans when request finishes (#93)
* Rate Limit AppServerLoad metadata (#94)
* Add `language_version` key to AppServerLoad metadata (#95)

Fixed:

* Prevent errors if AppServerLoad metadata is not set (#92)
  • Loading branch information
Chris Schneider committed Dec 3, 2019
1 parent a3346e9 commit 3982b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Source/DefaultSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private function getDefaultConfig() : array
ConfigKey::CORE_AGENT_DIRECTORY => '/tmp/scout_apm_core',
ConfigKey::CORE_AGENT_DOWNLOAD_ENABLED => true,
ConfigKey::CORE_AGENT_LAUNCH_ENABLED => true,
ConfigKey::CORE_AGENT_VERSION => 'v1.2.4',
ConfigKey::CORE_AGENT_VERSION => 'v1.2.6',
ConfigKey::CORE_AGENT_DOWNLOAD_URL => 'https://s3-us-west-1.amazonaws.com/scout-public-downloads/apm_core_agent/release',
ConfigKey::CORE_AGENT_PERMISSIONS => 0777,
ConfigKey::MONITORING_ENABLED => false,
Expand Down

0 comments on commit 3982b87

Please sign in to comment.