We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2a7ff commit 744f0a7Copy full SHA for 744f0a7
packages/core/src/percy.js
@@ -392,7 +392,7 @@ export class Percy {
392
393
// normalize, migrate, and remove certain properties from validating
394
options = PercyConfig.migrate(options, '/comparison');
395
- let { clientInfo, environmentInfo, ...comparison } = options;
+ let { clientInfo, environmentInfo, labels, ...comparison } = options;
396
let errors = PercyConfig.validate(comparison, '/comparison');
397
398
if (errors?.length > 0) {
0 commit comments