fivem icon indicating copy to clipboard operation
fivem copied to clipboard

tweak(minidump): don't report crashes if we're in debug mode

Open AvarianKnight opened this issue 11 months ago • 1 comments

Goal of this PR

Ignore mindumps when in debug mode so I don't upload useless dumps

How is this PR achieving the goal

Disables HTTP request when in debug mode

This PR applies to the following area(s)

Server

Successfully tested on

Platforms: Windows

Checklist

  • [x] Code compiles and has been tested successfully.
  • [x] Code explains itself well and/or is documented.
  • [x] My commit message explains what the changes do and what they are for.
  • [x] No extra compilation warnings are added by these changes.

AvarianKnight avatar Mar 18 '24 17:03 AvarianKnight

We should look into disabling this for all local/custom builds, including debug. Not sure if we have any directives for this.

thorium-cfx avatar Apr 19 '24 09:04 thorium-cfx