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 = {
|
||||
error: new raygun.Client().init({ apiKey: options.keys.error }),
|
||||
warning: new raygun.Client().init({ apiKey: options.keys.warning })
|
||||
error: new raygun.Client().init({ apiKey: options.keys.error, useHumanStringForObject: false }),
|
||||
warning: new raygun.Client().init({ apiKey: options.keys.warning, useHumanStringForObject: false })
|
||||
};
|
||||
|
||||
var customClients = options.customClients || {};
|
||||
|
|
Ładowanie…
Reference in New Issue