Optional requestFactory: RUMOperationsApiRequestFactoryOptional responseProcessor: RUMOperationsApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationCreate a strong link between a RUM operation and a feature, confirming that the feature
belongs to the operation. The operation can be identified by operation_id or operation_name;
if operation_name does not match an existing operation, a stub operation is created.
The request object
Optional options: ConfigurationDelete a RUM operation.
The request object
Optional options: ConfigurationDelete the strong link between a RUM operation and a feature.
The request object
Optional options: ConfigurationRetrieve a specific RUM operation by its unique identifier.
The request object
Optional options: ConfigurationRetrieve a specific RUM operation by its unique name.
The request object
Optional options: ConfigurationList strong links between RUM operations and features. A strong link confirms that a feature
belongs to an operation. Provide operation_id, feature_id, or both to filter results;
at least one is required.
The request object
Optional options: ConfigurationSearch RUM operations for your organization. Supports filtering by query, creator, team, feature, and application.
The request object
Optional options: ConfigurationUpdate an existing RUM operation. Fields omitted from the request body keep their existing value,
with the exception of journey_rum, which is required and fully replaced on every update.
The request object
Optional options: ConfigurationUpdate the status of a strong link between a RUM operation and a feature.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Create a new RUM operation, defining the journey used to detect it from RUM events.