Package @google-cloud/error-reporting (3.0.4)

Classes

ErrorMessage

ErrorReporting

This module provides Error Reporting support for Node.js applications. [Error Reporting](https://cloud.google.com/error-reporting/) is a feature of Google Cloud Platform that allows in-depth monitoring and viewing of errors reported by applications running in almost any environment.

This is the entry point for initializing the error reporting middleware. This function will invoke configuration gathering and attempt to create a API client which will send errors to the Error Reporting Service.

module:error-reporting

[What is Error Reporting]https://cloud.google.com/error-reporting/

Type Aliases

RestifyRequestHandler

export declare type RestifyRequestHandler = (req: any, res: any, next: Function) => any;