stealth-mixpanel 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abed3cdc42ecfd67ef90e2b4e1b0c8a13a34505a222be7e7565c8ebfe5da3bfe
4
- data.tar.gz: 53fd0bfc635feb0cfd26bfb8326188b902e9c1318955f4f23129d00721ec52a3
3
+ metadata.gz: ea0db64b3d1efbf3880c2096fe28bf2be72fe319e6bf08c7777929f0d0db27f2
4
+ data.tar.gz: 7d90e612daec12ebe754138eeee3a42f6aec55a7ed64e3d805a54f4ae5503105
5
5
  SHA512:
6
- metadata.gz: 00fd153baa1ed741ac81b6b9a20bdcef8765c53a1a4c28fefe090e49727dbf75c6b9bb144c95a0752f22657a45473120c08a1ddaf673f25a2db5bb7aab250e7c
7
- data.tar.gz: a35500a9b20c9c10389deec89e6cb1b639e1714c3672d45961a8271611e74a02d9037ba0f5479e907bf49ed9a7d79b3410273c723c195e18405530eb19f67543
6
+ metadata.gz: 61500a9b867e07de7df2181914532a328bcd54df4842698197679c117faf339950495e4f9a12950a37ef46b63e8aec2cd99527693568c947377341a83ed93614
7
+ data.tar.gz: 2f55e41eb904ddf56c5e1e37e1cd851aa24949d9da0c45d09a12491566824ffbb83cecdd55b4aafa5b4d124d2c8d519143a8b5be2ba317112379db54731dda7b
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
1
  # stealth-mixpanel
2
2
 
3
3
  This gem provides out-of-the-box tracking of state transitions inside of Stealth via the [Mixpanel](https://mixpanel.com) service. You are free to track additional events as needed, and we may add more baseline events in the future.
4
+
5
+ # Events Tracked
6
+
7
+ Here are the events that are tracked automatically:
8
+
9
+ * `State Change`: these are sent to Mixpanel each time a state transition takes place. The user's `recipient_id` is sent to Mixpanel as the `distinct_id`. Additional properties for `flow` and `state` are also sent with the event.
@@ -9,7 +9,6 @@ module Stealth
9
9
  'flow' => flow,
10
10
  'state' => state
11
11
  })
12
- Stealth::Logger.l(topic: "mixpanel", message: "tracked.")
13
12
  end
14
13
 
15
14
  retval
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stealth-mixpanel'
3
- s.version = '0.9.0'
3
+ s.version = '0.9.1'
4
4
  s.date = '2018-03-26'
5
5
  s.summary = "Stealth Mixpanel"
6
6
  s.description = "Built-in state tracking for Stealth bots with Mixpanel."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth-mixpanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Gomes