Socket
Book a DemoInstallSign in
Socket

@shakebugs/browser

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shakebugs/browser

Browser SDK for Shake

Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
2.2K
-19.85%
Maintainers
1
Weekly downloads
 
Created
Source

Shake Web SDK

npm version

Browser plugin for bug reporting.

Features

FeatureAvailable
Bug reporting
Crash reporting
Users

How to use

Install Shake

Execute the npm install command in your terminal:

npm install @shakebugs/browser

Start Shake

Call Shake.start() method in the index.js file.

import { AppRegistry } from 'react-native';
import App from './src/App';
import { name as appName } from './app.json';
import Shake from '@shakebugs/browser';

Shake.start('client-id', 'client-secret');

Replace client-id and client-secret with the actual values you have in your workspace settings.

Resources

  • Official docs

Keywords

bug

FAQs

Package last updated on 13 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts