0.6.0 has no relationship to Web’s 0.1.0. This page gives the official version lookup page for every platform. Those pages are maintained by the package registries themselves, so they always show the current release.
Most installation examples in the integration guides do not pin a version, so that you get the latest release. When you do need to pin one, look the version up at the link below and write it into your dependency declaration.
Latest version per platform
Most platforms ship companion packages alongside the one above —
dd-sdk-android-rum and dd-sdk-android-okhttp on Android, FlashcatRUM and FlashcatTrace on iOS, @flashcatcloud/rum on HarmonyOS, and so on. Companion packages of the same platform stay on the same version, so look up the main package and use that version for all of them.
Url scheme for the Web CDN bundles
Besides npm, the Web SDK is distributed through a CDN. Each release gets its own directory on the CDN, named for the version with av prefix:
<version> from the npm page in the Web row above and add a v. If npm shows 0.1.0, the url is https://static.flashcat.cloud/browser-sdk/v0.1.0/flashcat-rum.js.
Directories of earlier releases are kept indefinitely and never rewritten, so a url always serves the version it names. Upgrading means pointing at a newer release, not re-downloading the same url.
fc-rum-legacy.js is a separate build for browsers without ES2015 support (IE 9 to 11). It ships from v0.1.0 onwards, is distributed through the CDN only, and is not published to npm. The directories of earlier releases do not contain it.