public static class AspNetCoreErrorReportingExtensionsReference documentation and code samples for the Google.Cloud.Diagnostics.AspNetCore3 class AspNetCoreErrorReportingExtensions.
Extensions for configuring Google Cloud Error Reporting in ASP.NET Core applications.
Namespace
Google.Cloud.Diagnostics.AspNetCore3Assembly
Google.Cloud.Diagnostics.AspNetCore3.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 |
Google.Cloud.Diagnostics.Common.ErrorReportingServiceOptions |
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|