1.7.6 • Published 2 years ago
zipy-staging-nextjs-replica v1.7.6
ZIPY SDK
The Javascript SDK for Zipy
Installation
npm i zipy-staging-nextjsUsage
import zipy from "zipy-staging-nextjs";
zipy.init("<app-id>");Replace streamUrl with - "https://devcollector.zipy.ai"
Changes need to do for staging build -
Changes in config.json
- Replace streamMgrUrl with - "https://servicesqa.zipy.ai/sdk-session-manager/v2/enduser-info",
- Replace registerSessionUrl with - "https://servicesqa.zipy.ai/sdk-session-manager/v1/register-sdk-session"
- Replace sessionLinkUrl with - "https://appqa.zipy.ai"
- Replace ignoreEmptyErros with - false
Changes in sdk-config.json
- Replace streamUrl with - "https://qacollector.zipy.ai"
How to publish sdk in GCP Bucket -
Note: 1. Make sure you have install brotli, we are using it compress the build files
      2. While releasing npm package, make sure you change isNPM to true in config.json
- Run npm run build
- brotli -k dist/zipy.min.umd.js
- cp dist/zipy.min.umd.js.br dist/zipy.min.umd.js
- Open bucket in which we have to upload SDK (create version folder first if not exist)
- Create changelog.txt, update the file with release changes and upload to a bucket.
- Upload SDK and map file in buckets (newly generated in the root folder: ./zipy.min.umd.js)
- Change edit metadata of SDK, enter content-encodingtobr
1.7.6
2 years ago