1
0
Fork 0
mirror of synced 2024-06-13 00:04:47 +12:00

Update CONTRIBUTING.md

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Shimon Newman 2024-05-07 20:59:12 +03:00 committed by GitHub
parent ad5c526ca0
commit ddda24e34d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,7 +349,6 @@ Adding new usage metrics in order to aggregate usage stats is very simple but v
the statistics(API or via background worker).
Here are the steps needs to be taken in both cases:
For both cases you need to add a const variable in app/init.php under the usage metrics list.
```php
// Usage metrics
const METRIC_FUNCTIONS = 'functions';