I love that we can see the script details but it's much better to also see the stored procedure with parameters when it was executed.
I can see where this could dramatically increase the storage needed for the repository.
Parameters and values are already stored in the cached plan in most cases. While this doesn't give you parameters for every execution I have found this is enough to assist me in testing / diagnosing performance issues.
Duplicate: