View Source LogsnagEx.Insight (LogsnagEx v1.0.1)
LogSnag Insight API Client.
Usage
# Track an insight
LogsnagEx.Insight.track("Active Users", 100, icon: "👥")
# Increment an insight
LogsnagEx.Insight.increment("Active Users", 1)
LogSnag Insight API Client.
# Track an insight
LogsnagEx.Insight.track("Active Users", 100, icon: "👥")
# Increment an insight
LogsnagEx.Insight.increment("Active Users", 1)