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
We had a customer issue recently where they had set their NR license key in multiple places, and some of them weren't valid (one was set to a blank string). This resulted in inconsistent behavior and confusing agent logs. The only validation we currently do is to check if the key is still set to REPLACE_WITH_LICENSE_KEY. At the very least we should log a warning if it doesn't look like a good key. If we want to be extra robust we could use some "best match" logic if we encounter multiple keys.
Estimates
S
The text was updated successfully, but these errors were encountered:
We had a customer issue recently where they had set their NR license key in multiple places, and some of them weren't valid (one was set to a blank string). This resulted in inconsistent behavior and confusing agent logs. The only validation we currently do is to check if the key is still set to
REPLACE_WITH_LICENSE_KEY
. At the very least we should log a warning if it doesn't look like a good key. If we want to be extra robust we could use some "best match" logic if we encounter multiple keys.Estimates
S
The text was updated successfully, but these errors were encountered: