-
Notifications
You must be signed in to change notification settings - Fork 643
Closed
Labels
Description
The @google-cloud/error-reporting@0.1.0 package does not work locally or on App Engine Flexible Environment if a service account key is not specified. That is, neither automatic nor manually specified errors are reported in the Error Reporting console.
Environment details
- OS: OS X 10.12.4
- Node.js version: v6.9.4
- npm version: 3.10.10
- google-cloud-node version: HEAD
Steps to reproduce
- Create an app that uses the
error-reportinglibrary and reports errors. - Enable the Error Reporting API for the current project.
- Use
gcloud beta auth application-default loginto authenticate on a development machine withgcloudinitialized to use the project with the Error Reporting API enabled. - Run
NODE_ENV=production GCLOUD_PROJECT=<projectId> npm start.
Actual Results
Errors are not reported in the Error Reporting console.
Expected Results
Errors should be reported in the Error Reporting console.
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Reactions are currently unavailable