kopia lustrzana https://github.com/c9/core
Set raygun to not be clever on non [object Error] objects
rodzic
57b9d2cfa8
commit
d1838ce9a9
|
@ -25,8 +25,8 @@ function plugin(options, imports, register) {
|
||||||
};
|
};
|
||||||
|
|
||||||
var clients = {
|
var clients = {
|
||||||
error: new raygun.Client().init({ apiKey: options.keys.error }),
|
error: new raygun.Client().init({ apiKey: options.keys.error, useHumanStringForObject: false }),
|
||||||
warning: new raygun.Client().init({ apiKey: options.keys.warning })
|
warning: new raygun.Client().init({ apiKey: options.keys.warning, useHumanStringForObject: false })
|
||||||
};
|
};
|
||||||
|
|
||||||
var customClients = options.customClients || {};
|
var customClients = options.customClients || {};
|
||||||
|
|
Ładowanie…
Reference in New Issue