This repository was archived by the owner on Sep 24, 2020. It is now read-only.
File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- # Instabug web SDK 1.1.1-beta
2
-
1
+ # # Instabug web SDK 1.1.2-beta
3
2
## Overview
4
3
Instabug web sdk is a javascript library provides an easy way to report bugs from your website or webapp.
5
4
@@ -41,3 +40,12 @@ used to hide the report bug button
41
40
42
41
#### ` .enable() `
43
42
used to show the report bug button
43
+
44
+ #### ` .invoke() `
45
+ show the report bug view without clicking on the ` report bug ` button,
46
+
47
+ * You can use this function to start the reporting bug process programmatically from your own script,
48
+ By run ` ibgSdk.invoke() ` after initialize the sdk
49
+
50
+ #### ` .dismiss() `
51
+ cancel annotations and close all instabug sdk windows
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h4 class="text-white">Reach Us</h4>
47
47
48
48
< section class ="jumbotron text-center ">
49
49
< div class ="container ">
50
- < h1 class ="jumbotron-heading "> Instabug Web SDK < small > < code class ="text-danger "> 1.1.1 -beta</ code > </ small > </ h1 >
50
+ < h1 class ="jumbotron-heading "> Instabug Web SDK < small > < code class ="text-danger "> 1.1.2 -beta</ code > </ small > </ h1 >
51
51
< p class ="lead text-muted "> The top apps in the world rely on Instabug for beta testing, user engagement and crash reporting.
52
52
Gather feedback from your beta testers and have live conversations with your users.</ p >
53
53
< p >
You can’t perform that action at this time.
0 commit comments