You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,40 @@
1
-
# Instabug web SDK
1
+
# Instabug web SDK 1.1.1-beta
2
2
3
-
Instabug web sdk is a javascript library to add ability to report bugs from your website and report it to Instabug dashboard.
3
+
## Overview
4
+
Instabug web sdk is a javascript library provides an easy way to report bugs from your website or webapp.
4
5
5
-
### Install Instabug
6
-
to include instabug web sdk to your website just copy the below lines into the end of your page `<body>` tag
6
+
To use the sdk you need to have `application_token`, you can get it from your [Instabug Dashboard](https://dashboard.instabug.com)
7
+
8
+
## Installation
9
+
### Requirements
10
+
Instabug Web SDK requires no special requirements, and has no dependecies on other liberaries or frameworks, and has been tested in all modern browsers with `LocalStorage` capability
11
+
12
+
#### Manual Installation
13
+
You can include instabug web sdk to your website just copy the below lines into the end of your page `<body>` tag
<pclass="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis, eum error, sequi non iure asperiores a blanditiis eos aliquid omnis voluptatibus sit illum repellendus provident ad, id impedit. Eos, mollitia!</p>
<pclass="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis, eum error, sequi non iure asperiores a blanditiis eos aliquid omnis voluptatibus sit illum repellendus provident ad, id impedit. Eos, mollitia!</p>
<pclass="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reiciendis, eum error, sequi non iure asperiores a blanditiis eos aliquid omnis voluptatibus sit illum repellendus provident ad, id impedit. Eos, mollitia!</p>
80
77
</div>
81
78
<divclass="card">
@@ -101,10 +98,6 @@ <h1 class="jumbotron-heading">Instabug Web SDK version 1.0</h1>
0 commit comments