6.2.0 • Published 30 days ago

com.bugsee.cordova-plugin v6.2.0

Weekly downloads
167
License
Commercial
Repository
-
Last release
30 days ago

com.bugsee.cordova-plugin

NPM version

Bugsee is free crash and bug reporting with video, network and logs. Sign up for a service at https://www.bugsee.com. This plugin allows an easy integration of the SDK for cordova based application on IOS and Android.

SDK Version

  • iOS : 5.0.2
  • Android : 5.0.2

Installation

cordova plugin add com.bugsee.cordova-plugin --save

Initialization

Initialize the Bugsee plugin when your application starts, preferably when the deviceready event fires, e.x:

onDeviceReady: function() {
  app.receivedEvent('deviceready');
  Bugsee.launch("your_app_token");
},

Configuration

Bugsee behavior is very customizable, if default configuration is not satisfying your needs you can launch the SDK with additional parameters passed as a dictionary.

  ... other initialization code
  // for iOS
  var bugseeOptions = new Bugsee.IOSLaunchOptions();

  // for Android
  var bugseeOptions = new Bugsee.AndroidLaunchOptions();

  // set some options
  bugseeOptions.shakeToReport = true;
  bugseeOptions.reportPrioritySelector = true;
  bugseeOptions.defaultBugPriority = Bugsee.BugseeSeverityLevel.Critical;

  Bugsee.launch("<your token>", bugseeOptions);

Available Options

For iOS

KeyDefaultNotes
captureDeviceAndNetworkNamestrueCapture device name, wifi SSID and mobile carrier name.
captureLogstrueAutomatically capture all console logs
crashReporttrueCatch and report application crashes (*)
defaultBugPriorityVeryLowDefault priority for bugs
defaultCrashPriorityBlockerDefault priority for crashes
killDetectionfalseDetect abnormal termination (experimental, read more)
maxRecordingTime60Maximum recording duration
monitorNetworktrueCapture network traffic
reportPrioritySelectorfalseAllow user to modify priority when reporting manual
screenshotToReporttrueScreenshot key to trigger report
shakeToReportfalseShake gesture to trigger report
styleDefaultEnumeration of Default, Dark and BasedOnStatusBar
videoEnabledtrueEnable video recording
frameRateHighSpecifies how often frames are captured
screenshotEnabledtrueAttach screenshot to a report
wifiOnlyUploadfalseUpload reports only when a device is connected to a WiFi network
maxDataSize50Bugsee will avoid using more disk space than specified (in MB). If total Bugsee data size exceeds specified value, oldest recordings (even not sent) will be removed. Value should not be smaller than 10

For Android

KeyDefaultNotes
captureDeviceAndNetworkNamestrueCapture device name, wifi SSID and mobile carrier name.
captureLogstrueAutomatically capture all console logs
crashReporttrueCatch and report application crashes
defaultBugPriorityVeryLowDefault priority for bugs
defaultCrashPriorityBlockerDefault priority for crashes
extendedVideoModetrueEnables or disables the use of MediaProjection API (**)
frameRateHighSpecifies how often frames are captured
logLevelVerboseMinimal log level of Logcat messages, which will be attached to report
maxDataSize50Maximum disk space consumed by Bugsee
maxRecordingTime60Maximum recording duration
monitorNetworktrueCapture network traffic
notificationBarTriggertrueTrigger report from notification bar
reportPrioritySelectorfalseAllow user to modify priority when reporting manual
screenshotEnabledtrueAttach screenshot to a report
serviceModefalseUsed, when Bugsee is launched from service. No video and no visual controls available. Recording continues even in background.
shakeToTriggerfalseShake gesture to trigger report
useSdCardtrueWhether to store Bugsee data on SD card on in internal memory
videoEnabledtrueEnable video recording
wifiOnlyUploadfalseUpload reports only when a device is connected to a WiFi network
6.2.0

30 days ago

6.1.0

1 month ago

6.0.0

5 months ago

5.1.0

6 months ago

5.0.0

8 months ago

4.1.0

1 year ago

4.0.1

1 year ago

4.0.0

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.7.0

2 years ago

2.6.0

3 years ago

2.5.4

3 years ago

2.5.3

3 years ago

2.5.2

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago