Bugster SDK
Installation & Setup
Get started with Bugster SDK in your project
Installation
First, install the Bugster SDK package using your preferred package manager:
Basic Setup
After installing the package, import and initialize Bugster SDK in your application:
Replace 'YOUR_BUGSTER_API_KEY'
with your actual API key from the Bugster dashboard. Initialize Bugster SDK as early as possible in your application’s lifecycle.
Framework-Specific Setup
For framework-specific installation and setup instructions, check our framework guides:
React
Setup guide for React applications
Next.js
Setup guide for Next.js applications
Vue.js
Setup guide for Vue.js applications
Angular
Setup guide for Angular applications
Svelte
Setup guide for Svelte applications
Verifying Installation
To verify your installation:
- Check your browser’s console for the success message
- Verify that user interactions are being captured in your Bugster dashboard
- Try generating a test case to ensure full functionality
Troubleshooting
If you encounter any issues:
- Ensure you’re using Node.js version 19.x or later
- Clear your npm cache:
npm cache clean --force
- Delete your
node_modules
folder andpackage-lock.json
file, then runnpm install
again - Verify your API key is correctly configured
If problems persist, contact our support team.