I am having one issue with the chrome extension, w...
# ask-questions
r
I am having one issue with the chrome extension, we want to update the JS stack to version 0.32+ but when we do that the extension no longer works. Is there a way to fix that?
f
I've not heard of any issues with the JS sdk and the chrome extension
r
After checking the updated docs and the error there I found out, our version was old and the
enableDevMode
did not existed but in the new one it does. So now if we do not add the extension will not have access to the sdk.