mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Add usage tracking
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module Liquid
|
||||
module Usage
|
||||
def self.increment(name, sample_rate: 0.1, tags: {})
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user