Open ImUrX opened 1 year ago
4 should be 5 but I can't get it to be 5, so deal with it
New Relic is hella expensive
regarding as someone who is a active user with sentry: sentry has multiple pay tiers. they limit the amount of ingested data normally based on the pay tier you use, but the self-hosted edition does not have any limits on it, and is not cost, at the limitation that you will have community support for issues. in regards to what data it collects? its entirely based on your error handler. you can have it provide anything you want in the logs, tho by default, it normally contains the following: os type; hardware stats (cpu,gpu,ram) log level :error,warning,ect.,machine ID (only to match with other errors from the same machine, and a user UUID (only useful to id machines logged into with the exact same user/domain joined machines) it is very useful to id what is going on and can give a statistic on what is causing the errors.
I need opinions on others if this is a good idea, this basically sends errors to a server where we can see errors happening to the code, it works really well (it includes build info, backtracing and a lot more we can add ourselves) and it can be self-hosted. This would require a Privacy Policy, the idea would be to have it disabled by default and add an opt-in option in the GUI somewhere, this would link to the privacy policy so the user can read it.
This would help a lot for finding errors that aren't actually getting reported by users and have a better tracking on the precise errors. I don't find any cons tbh because it's disabled by default and it will be pretty helpful if it's actually enabled.