An identifier of the service, such as the name of the executable, job, or Google App Engine service name. This field is expected to have a low number of values that are relatively stable over time, as opposed to version, which can be changed whenever new code is deployed.
Contains the service name for error reports extracted from Google App Engine logs or default if the App Engine default service is used.
version
string
Represents the source code version that the developer provided, which could represent a version label or a Git SHA-1 hash, for example. For App Engine standard environment, the version is set to the version of the app.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-20 UTC."],[[["The described service reports errors and may have multiple versions running concurrently."],["Each error report includes the service name, version, and resource type in a JSON format."],["The `service` field identifies the running entity, expected to have stable values over time."],["The `version` field represents the specific source code release, which changes with code deployments."],["The `resourceType` field identifies the type of monitored resource."]]],[]]