On the DeployPackages method of the DeploymentManager, the activityContext variable is being initialized as a copy and not as a reference. This results in the global context object not being updated after the start of this method's execution. Therefore, the telemetry data stops being relevant as every possible error or crash the originates after this point will be reported as in the license installation stage, which was the last stage that properly updated the correct object.