Track errors with Sentry!

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!


Sentry

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!

24 Likes

Neat!
I will take a look at this in greater detail and utilize it, I’ve been trying to get something similar to work.

3 Likes

Very great library! I’ve started using this on my projects, and it has made life so much easier in the short span that I have begun to use it, with this I am able to debug errors that I had not been aware of, and would not have been aware of without this. Great work!

2 Likes

Looks interesting. Might be useful for complex games. One suggestion - maybe add a link to a Roblox model for easier installation.

2 Likes

Interesting module thanks for sharing!

2 Likes

Thank you for your suggestion! You can now find a link in the original post.

2 Likes

Wow, this is a great feature to have and I’m sure I’ll be utilising this!

2 Likes

I’ve just published version 1.1.0, which makes your events easier to navigate with improved merging when these events include player names!

I recommend you snap-in this seamless update. There are no code changes necessary on your part.

1 Like