website logo
⌘K
Welcome to Relicx
Getting Started
Sign-up
Instrumenting Your App
Security and Privacy
Application & Environments
Adding Application
Adding a new Test Environment
SDK
getSessionUrlCallback()
identify()
Log()
sessionVars()
sessionLabels()
User Sessions
Session Replay and Detail
Developer Console
Autonomous Testing
How Does Relicx AutoTest Work?
Benefits of Relicx AutoTest
Running Autonomous Test
Interpreting the results
Adding Tests
User-Defined Tests
Generating Tests from User Sessions
Creating Tests with Chrome Extension
Interactive Test Authoring (Coming Soon)
Editing Tests
Running Tests
Test Run Page
Test Suite
CI/CD Integration
Notifications
Slack
Email
Video Resources
Changelog
Docs powered by archbee 
1min

SDK

The Relicx SDK provides APIs that can be used to capture relevant application specific information along with the customer sessions. For application user specific information use the identify() API. To set specific session specific variables use thesessionVars() API. You may also use the sessionLabels() API to attach any custom labels to a session.

The special keys are automatically displayed in the relicx app and are also searchable within the app. If you want to find out sessions from a specific user it is a perfect use case for the identify() API.

In the image below, we see an example of user emails captured using the identify() API.

Click image to enlarge ..
Click image to enlarge ..


The following image shows an example of labels captured through sessionvars. These attributes are also inherited into Test Edit and Test Run Pages.

Click image to enlarge..
Click image to enlarge..






Updated 06 Mar 2023
Did this page help you?
Yes
No
UP NEXT
getSessionUrlCallback()
Docs powered by archbee