[Obsolete("Use Google.Cloud.Diagnostics.Common.ErrorReportingServiceOptions instead.")]
public sealed class ErrorReportingServiceOptions
Configuration for initializing error reporting.
Namespace
Google.Cloud.Diagnostics.AspNetCore3Assembly
Google.Cloud.Diagnostics.AspNetCore3.dll
Properties
Options
public ErrorReportingOptions Options { get; set; }
Error reporting options for exception logging. May be null.
Property Value | |
---|---|
Type | Description |
ErrorReportingOptions |
ProjectId
public string ProjectId { get; set; }
The Google Cloud Platform project ID. If unspecified and running on GAE or GCE the project ID will be detected from the platform.
Property Value | |
---|---|
Type | Description |
String |
ServiceName
public string ServiceName { get; set; }
An identifier of the service, such as the name of the executable or job. May be null.
Property Value | |
---|---|
Type | Description |
String |
Version
public string Version { get; set; }
Represents the source code version that the developer provided. May be null.
Property Value | |
---|---|
Type | Description |
String |