There are several places in SDK where Environment variables are read without wrapping in try..catch. If the access to ENV is denied, this could throw exceptions.
Opening an issue to track the work of identifying all the places where ENV is read, and ensuring its handled properly.
(or move all ENV access to common helper).
There are several places in SDK where Environment variables are read without wrapping in try..catch. If the access to ENV is denied, this could throw exceptions.
Opening an issue to track the work of identifying all the places where ENV is read, and ensuring its handled properly.
(or move all ENV access to common helper).