-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
api: clouderrorreportingIssues related to the googleapis/nodejs-error-reporting API.Issues related to the googleapis/nodejs-error-reporting API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Describe the solution you'd like
Automatically fill in projectId
if keyFilename
is provided and resolves to a json file.
const errors = new ErrorReporting({
// projectId: 'no need to fill in this field',
keyFilename: <path>,
}
Additional context
@google-cloud/logging-winston
does this.
rubenvereecken, ant010t and meredithslota
Metadata
Metadata
Assignees
Labels
api: clouderrorreportingIssues related to the googleapis/nodejs-error-reporting API.Issues related to the googleapis/nodejs-error-reporting API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.