1. Home
  2. Docs
  3. Bugfender SDK for web applications
  4. Identify devices with device key-values

Identify devices with device key-values

Once your application is running on several devices, it will be useful to know which device belongs to whom.

You can associate information to a device as if it were a dictionary:

Bugfender.setDeviceKey('key', 'value');
Bugfender.removeDeviceKey('key');

This will later on let you search this device by “key” in the Bugfender Dashboard.

You can find more information in our blog post Associated device information.