![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
instabug-sdk
Advanced tools
Instabug web sdk is a javascript library provides an easy way to report bugs from your website or webapp.
To use the sdk you need to have application_token
, you can get it from your Instabug Dashboard
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
You can include instabug web sdk to your website just copy the below lines into the end of your page <body>
tag
<script src='https://s3.amazonaws.com/instabug-pro/sdk_releases/instabugsdk-1.2.1-beta.min.js'></script>
bower
installation (recommended)You can install the SDK using
bower install instabug-sdk --save
npm
installationYou can install the SDK using
npm install instabug-sdk --save
After including the sdk js file, you can start it by invoke the .init()
method and pass the application token as parameter
<script>
ibgSdk.init({
token: <INSTABUG_APP_TOKEN>
});
</script>
.init(options)
the init function is used to used to initialize the SDK and render the report bug button.
options: Object
required - pass the application token
.disable()
used to hide the report bug button
.enable()
used to show the report bug button
.invoke()
show the report bug view without clicking on the report bug
button,
ibgSdk.invoke()
after initialize the sdk.dismiss()
cancel annotations and close all instabug sdk windows
FAQs
the famous in-app bug reporting tool web sdk
We found that instabug-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.