public static class AspNetCoreErrorReportingExtensionsExtensions for configuring Google Cloud Error Reporting in ASP.NET Core applications.
Namespace
Google.Cloud.Diagnostics.AspNetCoreAssembly
Google.Cloud.Diagnostics.AspNetCore.dll
Methods
AddGoogleErrorReportingForAspNetCore(IServiceCollection, ErrorReportingServiceOptions)
public static IServiceCollection AddGoogleErrorReportingForAspNetCore(this IServiceCollection services, ErrorReportingServiceOptions options = null)Configures Google Cloud Error Reporting for ASP .NET Core applications./>.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollection |
options |
ErrorReportingServiceOptions |
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|