We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 716ed11 + 843caba commit 3d3ed1cCopy full SHA for 3d3ed1c
index.js
@@ -475,7 +475,7 @@ const InstabugModule = {
475
* @param value the value
476
*/
477
setUserAttribute(key, value) {
478
- if (!key || !value || typeof key !== 'string' || typeof value !== 'string')
+ if (!key || typeof key !== 'string' || typeof value !== 'string')
479
throw new TypeError('Invalid param, Expected String');
480
Instabug.setUserAttribute(key, value);
481
},
0 commit comments