Is every user report you get filed by someone with no clue what F9 is? Do you need to find a bug in those hard to reach places? Has your codebase got so many bugs you just want to know which one happens the most so you know where to start?
If you answered YES!
to all those questions your codebase may have been written by me then this is just the module for you!
Introducing SentrySDK for Roblox!
Documentation · Download .rbxm
· Library Model · GitHub
This new library builds on the Unified API implementation of the Sentry team to bring you a full-featured module that complies with the latest standards and feels familiar for anyone that has integrated Sentry into an app before. Just by following the quick installation instructions you automatically get:
- Auto-captured console errors with stacktraces from the Server and Client!
- Auto-captured warnings being outputted to console.
- Tracked player sessions.
…and with the built in methods you can even automatically capture exceptions without having your player’s console clogged-up!
xpcall(MyErroringFunction, SentrySDK:CaptureException())
Please check out our documentation for help, or reach out below or through one of the linked channels in the documentation’s navigation bar!