mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Switched to original
version for metrics
- up until now, we've been sending the `safe` version as data in metrics, but this only includes major.minor - we'd like to be able to see how every release affects the results, so this commit switches to using the version that was supplied in the package.json so we've got more of a granular overview
This commit is contained in:
parent
a16dd5e8dd
commit
8f8fcbd5e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ loggingConfig.metrics.metadata = {
|
|||
// Undefined if unavailable
|
||||
siteId: config.get('hostSettings:siteId'),
|
||||
domain: config.get('url'),
|
||||
version: ghostVersion.safe
|
||||
version: ghostVersion.original
|
||||
};
|
||||
|
||||
module.exports = loggingConfig;
|
||||
|
|
Loading…
Add table
Reference in a new issue