@shakebugs/browser v2.12.3
Shake Web SDK
Browser plugin for bug reporting.
Features
Feature | Available |
---|---|
Bug reporting | ✅ |
Crash reporting | ❌ |
Users | ✅ |
How to use
NPM
1. Install Shake
Execute the npm install command in your terminal:
npm install @shakebugs/browser
2. Start Shake
Once installed, you can start using the library by calling Shake.start()
at the top level of your app
// Import the library if using ES6 modules
import Shake from '@shakebugs/browser';
Shake.start('app-api-key');
Replace app-api-key
with the actual value you have in your app settings on dashboard.
CDN
Alternatively, library can be added to your project through CDN. Bundle is delivered through JSDelivr CDN.
1. Install Shake
Add the following script to your code:
<script type="module">
import Shake from 'https://cdn.jsdelivr.net/npm/@shakebugs/browser@latest/+esm';
window.Shake = Shake;
</script>
2. Start Shake
Once installed, you can start using the library by calling Shake.start()
at the top level of your app
<body>
<script>
window.Shake.start('app-api-key');
</script>
</body>
Replace app-api-key
with the actual value you have in your app settings on dashboard.
Resources
1 month ago
4 months ago
8 months ago
3 months ago
4 months ago
8 months ago
7 months ago
2 months ago
2 months ago
9 months ago
10 months ago
9 months ago
11 months ago
12 months ago
11 months ago
1 year ago
10 months ago
10 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago