NOTE: This is experimental and does not work. It exists to demonstrate to the LogRocket team that it does not integrate well with Capacitor.
Capacitor plugin to integrate LogRocket.
nvm use # Or just make sure you are using Node 18.
pnpm install
cd example
pnpm installYou can open /android in Android Studio.
This is the Capacitor plugin's Android project.
You can open /example/android in Android Studio.
This is the example app's Android project.
If you make changes to /example/capacitor.config.ts, make sure to run
pnpm run cap-sync:android from /example.
Before you launch the example app, run the development server with
pnpm run start from /example.
You can change the LogRocket app ID in /example/src/js/script.ts.