Class ErrorReportingPanel (2.15.0)

ErrorReportingPanel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A widget that displays a list of error groups.

Attributes

NameDescription
project_names MutableSequence[str]
The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectNumber}, where {projectID} and {projectNumber} can be found in the `Google Cloud console
services MutableSequence[str]
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.
versions MutableSequence[str]
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.