kopia lustrzana https://github.com/c9/core
Use raygun config in newclient, not cloud9infra
rodzic
f49e5f2e06
commit
62c0c09208
|
@ -819,7 +819,7 @@ module.exports = function(options) {
|
||||||
packagePath: "plugins/c9.ide.errorhandler/raygun_error_handler",
|
packagePath: "plugins/c9.ide.errorhandler/raygun_error_handler",
|
||||||
version: options.manifest.version,
|
version: options.manifest.version,
|
||||||
revision: options.manifest.revision,
|
revision: options.manifest.revision,
|
||||||
apiKey: options.raygun.apiKey || options.raygun.client.apiKey
|
apiKey: options.raygun.client.error
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (packaging || devel) {
|
if (packaging || devel) {
|
||||||
|
|
Ładowanie…
Reference in New Issue