Updated 06 Mar 2023
Did this page help you?
relicxSDK.sessionLabels(labels);
Attach custom labels to the session.
Name | Description |
labels | (Required) An array containing strings that provide additional context for the session. |
relicxSDK.sessionLabels(["sign up", "changed settings", "added payment information"]);
Multiple calls to relicxSDK.sessionLabels() are resolved by combining the provided labels.