0+
errors tracked
0.0%
uptime
<0ms
latency
Simple tools to track and fix errors
Similar errors grouped automatically so you focus on unique issues.
See affected users, JobId, PlaceId, and custom context.
Full Lua stack traces with line numbers.
Discord webhooks when errors occur or rates spike.
MCP integration for AI-powered error analysis.
Drop in the SDK and start capturing in minutes.
Add RoSentry in a few lines. Automatic error capture from ScriptContext.Error and LogService.
local RoSentry = require(game.ReplicatedStorage.RoSentry)
RoSentry.init({
apiKey = "rs_your_api_key",
environment = "production"
})
-- Automatic error capture is enabled
RoSentry.setUser(player.UserId)
RoSentry.captureMessage("Player joined", {
level = "info",
context = { area = "lobby" }
})Start free, upgrade when you need more
For growing games
$15/month
For studios
$40/month