Insights Logs
Browse logs of messages that passed through flows.
Last updated
Was this helpful?
Browse logs of messages that passed through flows.
Last updated
Was this helpful?
Was this helpful?
Set up a new instance with config
parameters and set
/get
methods:
const insightsLogs = appmixer.ui.InsightsLogs(config)
insightsLogs.set(key, value)
insightsLogs.get(key)
config.el
...
config.flowId
ID of a flow to filter the logs by.
insightsLogs.state(name, value)
loader
Type: Boolean
| Default: null
Toggle a custom loading state.
error
Type: String
| Default: null
Toggle a custom error message.
const insightsLogs = appmixer.ui.InsightsLogs({
el: '#insights-logs'
})
insightsLogs.open()