GleapSDK / JavaScript-SDK

Gleap helps developers build the best software faster. It is your affordable in-app bug reporting tool for apps, websites and industrial applications.
MIT License
5 stars 1 forks source link

Keep README + documentation up-to-date #12

Closed arnoBruynseels closed 3 years ago

arnoBruynseels commented 3 years ago

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',
});
boehlerlukas commented 3 years ago

@arnoBruynseels thanks a lot for the heads up! I just updated the Readme & Docs.