function isPermittedWithHeatmapToken($heatmapToken)
 {
     return ExtraWatchConfig::getHeatmapToken() === $heatmapToken;
 }