Testing migration to JavaScript v5 library

I’ve read and followed this document explaining migration from v3 to v5 of the Atlassian Connect library. Now I’d like to test it on the production environment. How can I disable the deprecated API? I’d like to have only v5 of the library available to ensure that I migrated my code properly.

Thanks,
Mateusz

Hi @mateusz.zielinski,

v5 is already the only library in production at the moment. We will be removing the migration guide from the documentation shortly.
Some of the deprecated APIs are still in production and won’t be removed until their deprecation dates as listed on their individual pages.

Searching your code for the deprecated APIs should be sufficient, in addition please check your browser console logs, as a warning is logged if a deprecated API is used.

cheers,
David Boyd