Migrates Snowplow backend from EE to CE
This introduces several changes, but these are all just ported from the EE project.
Showing
... | ... | @@ -297,6 +297,9 @@ gem 'batch-loader', '~> 1.4.0' |
# Perf bar | ||
gem 'peek', '~> 1.0.1' | ||
# Snowplow events tracking | ||
gem 'snowplow-tracker', '~> 0.6.1' | ||
# Memory benchmarks | ||
gem 'derailed_benchmarks', require: false | ||
... | ... |
Please register or sign in to comment