Class ErrorReportingServiceOptions (4.4.0)

[Obsolete("Use Google.Cloud.Diagnostics.Common.ErrorReportingServiceOptions instead.")]
public sealed class ErrorReportingServiceOptions

Configuration for initializing error reporting.

Inheritance

Object > ErrorReportingServiceOptions

Namespace

Google.Cloud.Diagnostics.AspNetCore

Assembly

Google.Cloud.Diagnostics.AspNetCore.dll

Properties

Options

public ErrorReportingOptions Options { get; set; }

Error reporting options for exception logging. May be null.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
String

Version

public string Version { get; set; }

Represents the source code version that the developer provided. May be null.

Property Value
TypeDescription
String