Skip to content

Files

Latest commit

 

History

History
 
 

Stackdriver Error Reporting Sample

A sample demonstrating how to invoke Stackdriver Error Reporting from C#.

Links

Build and Run

  1. Follow the instructions in the root README.

  2. Enable APIs for your project. Click here to visit Cloud Platform Console and enable the Stackdriver Error Reporting API.

  3. Open ErrorReporting.sln with Microsoft Visual Studio version 2012 or later.

  4. Build the Solution.

  5. From the command line, set environment variables and run:

    C:\...\bin\Debug> set GOOGLE_PROJECT_ID=your project id displayed on the Google Developers Console.
    C:\...\bin\Debug> ErrorReporting
  6. View your error in the Cloud Console UI

Contributing changes

Licensing