Fundebug front-end JavaScript plugin update to 1.8.0, compatible with low version of the Android browser

Abstract: compatible with low version of the Android browser, please update.

BUG Fundebug front-end monitoring service

Fundebug is a professional program BUG monitoring platform, we can provide a full range of plug-in JavaScript BUG monitor, can help developers locate JavaScript execution error the first time, HTTP request error and resource loading error. And, we can record user behavior, "recording" user operating the video, to help developers quickly reproduce the BUG, Debug improve efficiency.

1.8.0 version of the Android browser compatible low

Users and our feedback, Fundebug on Android 4.4 and 5.1.1 browser will complain, we fixed this problem in 1.8.0, please update plug-ins.

By optimizing the configuration of Babel, we are compatible with a number of low version of the browser:

{
    "presets": [
        [
            "@babel/preset-env",
            {
                "targets": {
                    "ie": 6,
                    "android": 4,
                    "ios": 8
                }
            }
        ]
    ]
}

Shows, Fundebug lowest plug-in compatible with IE 6, Android 4 and iOS 8. Note that we guarantee Fundebug plug-ins can not go wrong in these browsers, but does not intend to provide a full range of monitoring services for low BUG version of the browser. For example, our screen recording function supports only some of the high version of the browser, IE 6 ~ IE 10 are not supported.

Finally, thanks Fundebug user Bao Heng and crazy Zi Xiao feedback.

reference

About Fundebug

Fundebug focus on JavaScript, applets micro-channel, micro-channel games, Alipay small program, React Native, Node.js and Java applications in real-time online monitoring BUG. Since 2016 double eleven formally launched, Fundebug handled a total of 1 billion + error event, paying customers have Google, 360, Kingsoft, people network and many other brands. Welcome to Free Trial !

Copyright Notice

Please indicate the author reprinted Fundebug and paper Address:
https://blog.fundebug.com/2019/06/03/fundebug-javascript-1-8-0/

Guess you like

Origin www.cnblogs.com/fundebug/p/fundebug_javascript_1_8_0.html