我当前的配置
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,
}],
},
},
});
。