We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeae62b commit fad7c27Copy full SHA for fad7c27
libdd-crashtracker/src/crash_info/mod.rs
@@ -158,9 +158,9 @@ impl CrashInfo {
158
159
async fn upload_to_errors_intake(&self, endpoint: &Option<Endpoint>) -> anyhow::Result<()> {
160
let uploader = ErrorsIntakeUploader::new(endpoint)?;
161
- if uploader.is_enabled() {
162
- uploader.upload_to_errors_intake(self).await?;
163
- }
+ // if uploader.is_enabled() {
+ uploader.upload_to_errors_intake(self).await?;
+ // }
164
Ok(())
165
}
166
0 commit comments