kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

The sentry logger has been updated and a minor fix for enabling/disabling #87

Closed vermeulendivan closed 2 years ago

vermeulendivan commented 2 years ago

The sentry logger's URLs has been updated and now correctly logs to the sentry site. A bug were fixed where error submitting will always occur, even when the user has disabled it in the options dialog. This were a result of instances stored a string and not a boolean for the setting, which broke the if-statement.