[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eErrorReportingServiceOptions\u003c/code\u003e is 4.4.0, with version 4.3.1 also documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eErrorReportingServiceOptions\u003c/code\u003e is used for configuring error reporting in .NET applications.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers properties to configure project settings like \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eServiceName\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOptions\u003c/code\u003e property of \u003ccode\u003eErrorReportingServiceOptions\u003c/code\u003e allows for setting specific error reporting options.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eErrorReportingServiceOptions\u003c/code\u003e is now Obsolete and developers should use \u003ccode\u003eGoogle.Cloud.Diagnostics.Common.ErrorReportingServiceOptions\u003c/code\u003e instead.\u003c/p\u003e\n"]]],[],null,["# Class ErrorReportingServiceOptions (4.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Diagnostics.AspNetCore/latest/Google.Cloud.Diagnostics.AspNetCore.ErrorReportingServiceOptions)\n- [4.3.1](/dotnet/docs/reference/Google.Cloud.Diagnostics.AspNetCore/4.3.1/Google.Cloud.Diagnostics.AspNetCore.ErrorReportingServiceOptions) \n\n [Obsolete(\"Use Google.Cloud.Diagnostics.Common.ErrorReportingServiceOptions instead.\")]\n public sealed class ErrorReportingServiceOptions\n\nConfiguration for initializing error reporting. \n\nInheritance\n-----------\n\n[Object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ErrorReportingServiceOptions \n\nInherited Members\n-----------------\n\n[Object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode) \n[Object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype) \n[Object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone) \n[Object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Diagnostics.AspNetCore](/dotnet/docs/reference/Google.Cloud.Diagnostics.AspNetCore/latest/Google.Cloud.Diagnostics.AspNetCore)\n\nAssembly\n--------\n\nGoogle.Cloud.Diagnostics.AspNetCore.dll\n\nProperties\n----------\n\n### Options\n\n public ErrorReportingOptions Options { get; set; }\n\nError reporting options for exception logging. May be null.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nThe Google Cloud Platform project ID. If unspecified and running on GAE or GCE the project\nID will be detected from the platform.\n\n### ServiceName\n\n public string ServiceName { get; set; }\n\nAn identifier of the service, such as the name of the executable or job. May be null.\n\n### Version\n\n public string Version { get; set; }\n\nRepresents the source code version that the developer provided. May be null."]]