书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 225 个相关结果.
  • 测试插件

    575 2020-05-28 《FunDebug 文档》
    测试插件 在app.js中执行fundebug.notify Fundebug的控制台会收到这条错误记录 同时,您将收到报警邮件 测试插件 在app.js中执行fundebug.notify fundebug . notify ( "Test" , "Hello, Fundebug!" ) 保存修改之后,代码会自动运行。Funde...
  • 属性配置

    415 2020-05-28 《FunDebug 文档》
    属性配置 属性配置 用户可以根据需要对以下属性进行个性化配置: apikey silent appVersion releaseStage httpTimeout user metaData 我们提供两种不同的配置方法。例如,配置apikey属性: 使用fundebug的属性进行配置 fundebug . apikey =...
  • Spring

    799 2020-05-28 《FunDebug 文档》
    Spring 1. pom.xml 配置fundebug-spring依赖 2. 在项目中引入 fundebug 并配置 apikey Spring 1. pom.xml 配置fundebug-spring依赖 <dependency> <groupId> com.fundebug </groupId> <arti...
  • RequireJS

    551 2020-05-28 《FunDebug 文档》
    RequireJS 加载RequireJS 配置RequireJS RequireJS 加载RequireJS <script src = "https://cdn.bootcss.com/require.js/2.3.3/require.js" data-main = "/main.js" crossorigin = "anon...
  • silent

    413 2020-05-28 《FunDebug 文档》
    silent silent 布尔类型,默认值为 false。 开发阶段使用 Fundebug 的话,可能会收到过多的错误报警,给开发者带来干扰。这时您可以选择配置安静模式,将 silent 属性设为 true: fundebug . init ({ apikey : "API-KEY" , silent : tru...
  • setLocation

    540 2020-05-28 《FunDebug 文档》
    setLocation 插件版本 >= 0.6.1 插件版本 <= 0.5.0 setLocation 布尔类型,默认值为 false。 location 是用户的位置信息,比如经度,纬度等: "location" : { "latitude" : 24.57591 , "longi...
  • 简介

    1383 2020-05-28 《FunDebug 文档》
    1. 免费注册 2. 创建项目 3. 支持的语言 Fundebug 是专业的应用 BUG 监控平台。当线上应用出现 BUG 时,Fundebug 会通过邮件或者第三方工具 立即给开发者发送报警,这样能够帮助开发者及时发现并且修复应用 BUG,从而提升用户体验。 自从 2016 年双十一正式上线,Fundebug 累计处理了 10 亿+错误事件,付费...
  • silent

    494 2020-05-28 《FunDebug 文档》
    silent silent 布尔类型,默认值为 false。 如果您暂时不需要使用 Fundebug,可以选择配置安静模式,将 silent 属性设为 true。这样的话,Fundebug 不会收集错误信息,因此也不会发送报警邮件。 使用init 方法配置(推荐) 插件版本 >= 2.0.0 fundebug . init ({ ...
  • notify

    358 2020-05-28 《FunDebug 文档》
    notify(name, message, option) 在其他页面使用 fundebug.notify 接口 notify(name, message, option) 使用 fundebug.notify(),可以将自定义的错误信息发送到 Fundebug name : 错误名称,参数类型为字符串 message : 错误信息,参数类型为...
  • notifyHttpError

    385 2020-05-28 《FunDebug 文档》
    notifyHttpError(req, res, option) 在其他页面使用 fundebug.notifyHttpError 接口 notifyHttpError(req, res, option) 使用 notifyHttpError,可以将 HTTP 请求错误发送到 Fundebug req : HTTP 请求参数,参数类型为 Obj...