mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix raygun key path
This commit is contained in:
parent
d69cb5eeb1
commit
b87f3ce89f
@ -819,7 +819,7 @@ module.exports = function(options) {
|
||||
packagePath: "plugins/c9.ide.errorhandler/raygun_error_handler",
|
||||
version: options.manifest.version,
|
||||
revision: options.manifest.revision,
|
||||
apiKey: options.raygun.client.error
|
||||
apiKey: options.raygun.apiKey
|
||||
});
|
||||
}
|
||||
if (packaging || devel) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user