Giter Club home page Giter Club logo

javascript-sdk's Introduction

Gleap JavaScript SDK

Gleap JavaScript SDK Intro

Welcome to the Gleap JavaScript SDK. Enhance your platform with features like Kai, our advanced GPT-4 AI chatbot, intuitive outbound messaging tools, and a comprehensive Help Center. Explore our toolkit designed for efficient and engaging customer interactions. Join us in setting new standards for user experience in the digital age. Let's code, innovate, and grow together!

๐Ÿ“– Docs & Examples

Checkout our documentation for full reference.

๐Ÿš€ Getting started

1.) Register an account at www.gleap.io. It's free and takes just a few seconds.

2.) Include the Gleap JS SDK within your apps.

Installation via nom

Install the Gleap package via npm or yarn.

npm install gleap --save

Import the Gleap package.

import Gleap from 'gleap';

Initialize the SDK

Add the following code to initialize the Gleap JavaScript SDK. Replace "SDK-TOKEN" with your actual SDK token from the Gleap dashboard.

Gleap.initialize("SDK-TOKEN");

Congrats, you are now all set! Report your first bug by using the feedback button.

๐Ÿค Need help?

We are here to help! [email protected]

javascript-sdk's People

Contributors

boehlerlukas avatar floooat avatar manuelkoch98 avatar tobiasduelli avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

junekpavel

javascript-sdk's Issues

Network logging not working

Version: "bugbattle": "^3.3.0",

Using the following to enable network logging does not work.
In the Bugbattle dashboard, the the network logging is not captured and tells you to still enable the logging.

BugBattle.enableNetworkLogger();

image

Feature Request: more characters of the description used for Trello Title

Hi there,

since Trello has almost no limit in regards to title length, it seems pretty harsh to cut the title mid word to 15 char.
See example below.

The way its implemented now, we need to edit each cards title after reporting the bug to get a good overview.
Extending the title limit to either the first Sentence and/or take the first few words could eliminate this "labeling" step.

image

Greetings,

Mark

screenshot capturing does not record modal boxes

Hi there!

First, congrats to the very nice product, we are seeing significant speed up to our bug reporting process!

One issue we recently found is that screenshots from modal boxes are not recorded correctly.
E.g. when a user tried to report the UI bug of the sign in form below, the received screenshot does no show the modal itself.

Actual Screen:
image

Reported Screenshot from Bug Battle:
76DXEAXt9Hp6k75sE690hoDAqhDjX7

Greetings,

Mark

Keep README + documentation up-to-date

Version: "bugbattle": "^3.3.0",

The README + documentation is not up-to-date with the actual available options in the SDK.

Example:

The README still tells you, you can use custom data using the following option:

image

While the actual available option is:

BugBattle.attachCustomData({
    test1: 'Battle',
    data2: 'Unicorn',
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.