A small library for handling error logging through discord webhooks. Automatically proxies webhooks to bypass the Discord ban for Roblox webhooking.
Find a file
2025-04-26 16:17:17 +00:00
src Delete src/Local/Player/runtime.client.lua 2025-04-26 16:13:54 +00:00
.gitignore Initial commit 2025-04-26 16:03:34 +00:00
default.project.json Update default.project.json 2025-04-26 16:05:30 +00:00
init.meta.json Initial commit 2025-04-26 16:03:34 +00:00
README.md Update README.md to include short introduction and method information 2025-04-26 16:17:17 +00:00
selene.toml Initial commit 2025-04-26 16:03:34 +00:00

Error Popper

This is a small library meant to handle the tracking of all errors on the server, subsequently sending them as formatted discord webhook messages. It offers a few helper methods to specify which webhook URL, which will be converted into a proxy mask, as well as any custom fields you would like.

CustomFields

The add chainable method allows you to specify custom fields, the value of which can either be a static value or a function which will be called upon each error being prepared for messaging.

Example

You can find an example file inside of src/ServerScripts/Example.server.lua for how to use the library.