Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit ac7eccd

Browse files
committed
Release 1.1.2-beta
1 parent e811ba1 commit ac7eccd

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Instabug web SDK 1.1.1-beta
2-
1+
# # Instabug web SDK 1.1.2-beta
32
## Overview
43
Instabug 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()`
4342
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

index.html

+1-1
Original file line numberDiff line numberDiff 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.
5252
Gather feedback from your beta testers and have live conversations with your users.</p>
5353
<p>

0 commit comments

Comments
 (0)