Open
Description
We have discussed in the past offering a strict/debug mode in the SDKs, by which SDKs (and auto-instrumentation) would fail at startup time if wrong configuration is found, rather than logging warnings here and there (e.g. completely fail if environment variables have wrong values).
The intent here is to help diagnose incorrect configuration that may not be obvious at production time.
Related to #2766