identifiers
Home > @gooddata/sdk-pluggable-application-model > IPluggableAppTelemetryEventData > identifiers
IPluggableAppTelemetryEventData.identifiers property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sensitive entity identifiers for the event (e.g. { workspaceId, dashboardId }). The shell decides how to record them — modules must not hash, pack or otherwise format them for a specific backend.
Signature:
identifiers?: Record<string, string>;