If you have run a script before the Sentry release, it will cause the compilation to fail.
Since it's looking for the Sentry assembly but it could not find it (since we cache the assemblies).
The assembly cache is never updated when a new version is out, and is still using the version without Sentry on it.
This hotfix will check the cache each time a script is compiled, and update the cache if the version is mismatched.
Fixes #2758.
If you have run a script before the Sentry release, it will cause the compilation to fail.
Since it's looking for the Sentry assembly but it could not find it (since we cache the assemblies). The assembly cache is never updated when a new version is out, and is still using the version without Sentry on it.
This hotfix will check the cache each time a script is compiled, and update the cache if the version is mismatched.