This repository was archived by the owner on Apr 3, 2024. It is now read-only.
move config to src/agent and add jsdocs#196
Merged
ofrobots merged 3 commits intogoogleapis:masterfrom Dec 19, 2016
Merged
Conversation
cristiancavalli
approved these changes
Dec 16, 2016
Contributor
cristiancavalli
left a comment
There was a problem hiding this comment.
lgtm with minors
src/agent/config.js
Outdated
| * @property {object=} Identifies the context of the running service - | ||
| * [ServiceContext](https://cloud.google.com/error-reporting/reference/rest/v1beta1/ServiceContext?authuser=2). | ||
| * This information is utilized in the UI to identify all the running | ||
| * instances of your service. This is disocvered automatically when your |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
src/agent/config.js
Outdated
| * [ServiceContext](https://cloud.google.com/error-reporting/reference/rest/v1beta1/ServiceContext?authuser=2). | ||
| * This information is utilized in the UI to identify all the running | ||
| * instances of your service. This is disocvered automatically when your | ||
| * application is running on Google Cloud Platform. You may optionally chose |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
src/agent/config.js
Outdated
| logDelaySeconds: 1 | ||
| }, | ||
|
|
||
| // |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
matthewloring
suggested changes
Dec 17, 2016
src/agent/config.js
Outdated
|
|
||
| module.exports = { | ||
| /** | ||
| * @property {boolean=} Whether the debug agent should be started. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| // A path to a key file relative to the current working directory. If this | ||
| // field is set, the contents of the pointed file will be used for | ||
| // authentication instead of your application default credentials. | ||
| keyFilename: null, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
matthewloring
approved these changes
Dec 17, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.