Skip to content

Releases: getsentry/sentry-lua

0.0.6

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Aug 17:28

Various fixes & improvements

0.0.5

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Aug 16:50

Various fixes & improvements

0.0.4

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Aug 02:12

Various fixes & improvements

0.0.3

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 20 Aug 01:01

Various fixes & improvements

0.0.2

0.0.2 Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 19 Aug 22:52

Various fixes & improvements

0.0.1

0.0.1 Pre-release
Pre-release

Choose a tag to compare

@bruno-garcia bruno-garcia released this 19 Aug 20:50

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.