For the complete documentation index, see llms.txt. This page is also available as Markdown.

Monitoring

Sentinel Monitor is a monitoring infrastructure that tracks application-layer vulnerabilities and suspicious activities in real-time and reports these threats.

Dependency

implementation("co.rexiox:sentinel-monitor:{version}")

Start

SentinelMonitor.start(
    appId = sentinel.config.appId.orEmpty(),
    appIntegrity = sentinel.config.appIntegrity.orEmpty(),
    threshold = sentinel.config.threshold
)

Last updated