Skip to content

Commit 8f59cec

Browse files
committed
logging skipped identify operation
1 parent 2fdf120 commit 8f59cec

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

amplitude.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,6 +3328,7 @@ Identify.prototype.unset = function(property) {
33283328
Identify.prototype._addOperation = function(operation, property, value) {
33293329
// check that property wasn't already used in this Identify
33303330
if (this.properties.indexOf(property) !== -1) {
3331+
log('User property "' + property + '" already used in this identify, skipping operation ' + operation);
33313332
return;
33323333
}
33333334

0 commit comments

Comments
 (0)