* feature add sentry for soft catch dmp
* feature add cli upload pdb to sentry server
* feature add flag for control sentry to use
* fix flag not effect on src/makefile
* feature unzip for dmp file to upload sentry server
* feature remove test code
* feature add api for function report log to server
* feature update the soft version
* fixes: 999 CMake Warnings at src/dev-utils/CMakeLists.txt:39 (add_custom_command)
* cmake clenup: adds PUBLIC/PRIVATE to libslic3r; attempt to reduce warnigns from eigen
Move many third-party components' source codes from the src folder to a new folder called deps_src. The goal is to make the code structure clearer and easier to navigate.