You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! You can use Segment's browserify'd [analytics-node](https://github.com/segmentio/analytics-node) package just like any other client-side JavaScript library.
130
+
131
+
132
+
## Does LifecycleObserver (above version 2.6.0) work with Segment?
133
+
134
+
No. It depends on androidx-startup for initialization, this snippet prevents the Segment SDK from tracking app lifecycle events.
135
+
The solution is to either remove the snippet completely or use `tools:node="merge"` instead of `tools:node="remove"`.
0 commit comments