设置Djaty nodejs时出现问题。什么都没有发送到仪表板

时间:2018-11-18 08:58:54

标签: djaty

我当前的配置

select idP, name, prodotti_idP
from prodotti 
order by 
  case when prodotti_idP is null then idP
       else prodotti_idp
  end, 
  idP

发生错误时,我找不到文档中提到的日志条目djaty.init({ tags: ['test'], apiKey: 'xxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', apiSecret: 'xxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', release: '0.1.1', trackingOptions: { captureUnhandledRejections: true, allowedWrappers: { http: true, console: true, stdLogs: true, customLoggers: [{ name: 'winston', instance: winston, }], }, }, });

0 个答案:

没有答案