Error tracking for
Roblox developers

Monitor errors in production. Get stack traces, user context, and real-time alerts.

0+

errors tracked

0.0%

uptime

<0ms

latency

Everything you need

Simple tools to track and fix errors

Error grouping

Similar errors grouped automatically so you focus on unique issues.

User context

See affected users, JobId, PlaceId, and custom context.

Stack traces

Full Lua stack traces with line numbers.

Real-time alerts

Discord webhooks when errors occur or rates spike.

AI analysis

MCP integration for AI-powered error analysis.

Easy setup

Drop in the SDK and start capturing in minutes.

Simple integration

Add RoSentry in a few lines. Automatic error capture from ScriptContext.Error and LogService.

  • Automatic error capture
  • Custom event tracking
  • User and session context
  • Rate limiting built-in
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" }
})

Simple pricing

Start free, upgrade when you need more

Free

For hobby projects

$0/month

  • 1 project
  • 10,000 errors/month
  • 7-day retention
get started

Pro

For growing games

$15/month

  • 5 projects
  • 100,000 errors/month
  • 30-day retention
  • Discord alerts
  • MCP integration
get started

Team

For studios

$40/month

  • Unlimited projects
  • 500,000 errors/month
  • 90-day retention
  • Team collaboration
  • Priority support
get started

Ready to fix your errors?

Join developers building reliable Roblox games