You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't make sense to have this enhancer to carry a separate SDK version. That actually created quite a confusion on the support side.
For the backward compatibility, we should also expose a switch to allow keep the sdk version.
For example:
KeepUsingCustomSDKVersion = `true` | `false` and default to `false`.
Break down the tasks:
[ ] Stop overwriting sdk version;
[ ] Add an option to allow the end user choose to keep writing the sdk version;
[ ] Update document about the configuration.
The text was updated successfully, but these errors were encountered:
It doesn't make sense to have this enhancer to carry a separate SDK version. That actually created quite a confusion on the support side.
For the backward compatibility, we should also expose a switch to allow keep the sdk version.
For example:
Break down the tasks:
[ ] Stop overwriting sdk version;
[ ] Add an option to allow the end user choose to keep writing the sdk version;
[ ] Update document about the configuration.
The text was updated successfully, but these errors were encountered: