https://github.com/luser/love-test
https://github.com/luser/love-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luser/love-test
- Owner: luser
- License: cc0-1.0
- Created: 2022-02-07T19:53:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T19:53:20.000Z (over 4 years ago)
- Last Synced: 2025-06-23T09:06:01.835Z (about 1 year ago)
- Language: Lua
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A test project for submitting events to [Sentry](https://sentry.io/) from a [LÖVE](https://love2d.org/) project.
The contents of `raven` are vendored from cloudflare's [raven-lua](https://github.com/cloudflare/raven-lua) repository, including changes from [this pull request](https://github.com/cloudflare/raven-lua/pull/42). `json.lua` is vendored from [the json.lua repo](https://github.com/rxi/json.lua).
Required but not included in this repo is [`luasec`](https://github.com/brunoos/luasec). I installed it locally via luarocks by running `luarocks --tree=. install luasec`.
The contents of `main.lua` are released under the CC0 license.