Add usage tracking

This commit is contained in:
Mike Angell
2019-09-11 04:20:34 +10:00
parent 806b2622da
commit b316ff8413
3 changed files with 13 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module Liquid
module Usage
def self.increment(name, sample_rate: 0.1, tags: {})
end
end
end