Skip to content

Commit

Permalink
Merge pull request #127 from scoutapp/update-core-agent-1.2.6
Browse files Browse the repository at this point in the history
Update CoreAgent version to 1.2.6, with several bug fixes:
  • Loading branch information
asgrim authored Dec 4, 2019
2 parents 6b070c7 + 3982b87 commit c451611
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 c451611

Please sign in to comment.