Releases: getsentry/sentry-lua
Releases · getsentry/sentry-lua
0.0.6
Various fixes & improvements
- manual publish workflow (ebe8a3f) by @bruno-garcia
- packaging for non luarocks use cases (319fb9e) by @bruno-garcia
- remove oudated comment (c228ac2) by @bruno-garcia
0.0.5
Various fixes & improvements
- publish as rockspec (22cd9c6) by @bruno-garcia
- luarocks instructions (2269468) by @bruno-garcia
- bump script (e8d2a29) by @bruno-garcia
0.0.4
Various fixes & improvements
- package as .rock (cdced99) by @bruno-garcia
- love.errorhandler integration (a0f2246) by @bruno-garcia
0.0.3
Various fixes & improvements
- validate rockspec in ci (1635d0d) by @bruno-garcia
- fix rockspec deps and lua modules (3232de4) by @bruno-garcia
0.0.2
Various fixes & improvements
- changelog (37433ac) by @bruno-garcia
0.0.1
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.