X Tutup
Skip to content

Releases: getsentry/sentry-lua

0.0.6

20 Aug 17:28

Choose a tag to compare

Various fixes & improvements

0.0.5

20 Aug 16:50

Choose a tag to compare

Various fixes & improvements

0.0.4

20 Aug 02:12

Choose a tag to compare

Various fixes & improvements

0.0.3

20 Aug 01:01

Choose a tag to compare

Various fixes & improvements

0.0.2

19 Aug 22:52

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Various fixes & improvements

0.0.1

19 Aug 20:50

Choose a tag to compare

0.0.1 Pre-release
Pre-release

Sentry Hackweek 2025 - Experimental SDK

  • Portable Lua SDK, written in Teal, Lua 5.1 compatible.
  • CI and tests on Standard Lua and LuaJIT on macOS and Linux
  • Sentry Features include:
    • Error reporting with source context and local variable values
    • Context such as runtime and OS information
    • Tracing connecting all telemetry (errors, traces, logs, etc)
      • Integration with pegasus HTTP server for incoming request trace connectiveness
      • integration with luasocket for outgoing HTTP request trace propagation
    • Spans for performance monitoring
    • Log capturing including 'print' function integration
    • LÖVE framework (love2d) integration and example app

Note: This is was all built in 3 days and is likely full of bugs (even though there are 300 units tests). Please open issues on GitHub. Or reach out on Sentry's Discord community.

Lots of code that never ran outside tests and examples though. Be advised, before running this in a real app, test things thoroughly.

X Tutup