This repository was archived by the owner on Sep 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 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
32## Overview
43Instabug web sdk is a javascript library provides an easy way to report bugs from your website or webapp.
54
@@ -41,3 +40,12 @@ used to hide the report bug button
4140
4241#### ` .enable() `
4342used 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>
4747
4848 < section class ="jumbotron text-center ">
4949 < 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 >
5151 < p class ="lead text-muted "> The top apps in the world rely on Instabug for beta testing, user engagement and crash reporting.
5252Gather feedback from your beta testers and have live conversations with your users.</ p >
5353 < p >
You can’t perform that action at this time.
0 commit comments