gmod-sentry icon indicating copy to clipboard operation
gmod-sentry copied to clipboard

Find out how terrible your workshop addons are in one easy place

Results 6 gmod-sentry issues
Sort by recently updated
recently updated
newest added

I can't see support for clientside LUA errors, is this deliberately or not done yet?

This sends all locals (including function parameters) and optionally upvalues to Sentry aswell for every stack level, which facilitates easier debugging. Both locals and upvalues can be disabled via the...

- https://develop.sentry.dev/sdk/unified-api/

- Add a function specifically for reporting SQL errors - See if we can automatically wrap all callbacks in transactions - Automatic breadcrumb capture? (#6)

https://docs.sentry.io/enriching-error-data/breadcrumbs/ https://develop.sentry.dev/sdk/event-payloads/breadcrumbs/

Seemingly gmod enters an infinite lua loop if I try to re-run the described sentry.lua script I've put in autorun. Naturally, this is not that's normally done but when developing...