this.eventbus.$on(Events.GET_CURRENT_CANARY_PERCENTAGE, (value) => { debugger; this.currentCanaryPercentage = value; this.newPercentage = value; });