Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface for agent #72

Merged
merged 4 commits into from
Sep 19, 2019
Merged

Interface for agent #72

merged 4 commits into from
Sep 19, 2019

Conversation

asgrim
Copy link
Collaborator

@asgrim asgrim commented Sep 19, 2019

Resolves a @todo comment I had - we need an interface for stability and public consumption (and also is a requirement for mocking in scout-apm-laravel).

@asgrim asgrim added the enhancement New feature or request label Sep 19, 2019
@asgrim asgrim self-assigned this Sep 19, 2019
@@ -26,7 +26,6 @@
"vimeo/psalm": "^3.4"
},
"suggest": {
"ext-xdebug": "Required for processing of request headers",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: not sure why ext-debug is here, request headers aren't actually processed anywhere at present (I think?)

@@ -46,8 +45,5 @@
},
"preferred-install": "dist",
"sort-packages": true
},
"provide": {
"psr/log-implementation": "1.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this, since we don't provide any implementations for psr/log here.

@asgrim asgrim requested a review from cschneid September 19, 2019 12:23
@cschneid cschneid merged commit 2e827e1 into master Sep 19, 2019
@asgrim asgrim deleted the interface-for-agent branch September 26, 2019 10:32
@asgrim asgrim added this to the 0.2.1 milestone Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants