diff --git a/config/detekt/baseline.xml b/config/detekt/baseline.xml
index 3ee4081b7..625206038 100644
--- a/config/detekt/baseline.xml
+++ b/config/detekt/baseline.xml
@@ -1727,9 +1727,6 @@
SwallowedException:GalleryAdder.kt$GalleryAdder$e: Exception
SwallowedException:GetChapterByUrlAndMangaId.kt$GetChapterByUrlAndMangaId$e: Exception
SwallowedException:GetPagePreviews.kt$GetPagePreviews$e: Exception
- SwallowedException:GoogleDriveSyncService.kt$GoogleDriveService$e: IOException
- SwallowedException:GoogleDriveSyncService.kt$GoogleDriveService$e: TokenResponseException
- SwallowedException:GoogleDriveSyncService.kt$GoogleDriveSyncService$e: Exception
SwallowedException:HttpSource.kt$HttpSource$e: URISyntaxException
SwallowedException:ImageUtil.kt$ImageUtil$e: Exception
SwallowedException:Kavita.kt$Kavita$e: Exception
@@ -1767,7 +1764,6 @@
SwallowedException:SourceFeedScreenModel.kt$SourceFeedScreenModel$e: Exception
SwallowedException:StorageStep.kt$StorageStep$e: ActivityNotFoundException
SwallowedException:Suwayomi.kt$Suwayomi$e: Exception
- SwallowedException:SyncManager.kt$SyncManager$e: IOException
SwallowedException:TrackInfoDialog.kt$TrackInfoDialogHomeScreen.Model$e: Exception
SwallowedException:UrlImportableSource.kt$UrlImportableSource$e: URISyntaxException
ThrowingExceptionsWithoutMessageOrCause:MangaScreenModel.kt$MangaScreenModel$IllegalStateException()
@@ -1966,12 +1962,12 @@
TooGenericExceptionThrown:EHentai.kt$EHentai$throw Exception(it.text())
TooGenericExceptionThrown:ExtensionLoader.kt$ExtensionLoader$throw Exception("Unknown source class type: ${obj.javaClass}")
TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveService$throw Exception(context.stringResource(MR.strings.google_drive_not_signed_in))
- TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_before_sync_gdrive) + ": ${e.message}")
+ TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_before_sync_gdrive) + ": ${e.message}", e)
TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_before_sync_gdrive) + ": Max retries reached.")
- TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_deleting_google_drive_lock_file))
- TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_uploading_sync_data) + ": ${e.message}")
+ TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_deleting_google_drive_lock_file), e)
+ TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.error_uploading_sync_data) + ": ${e.message}", e)
TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(context.stringResource(MR.strings.google_drive_not_signed_in))
- TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(e.message)
+ TooGenericExceptionThrown:GoogleDriveSyncService.kt$GoogleDriveSyncService$throw Exception(e.message, e)
TooGenericExceptionThrown:HttpSource.kt$HttpSource$throw RuntimeException(e)
TooGenericExceptionThrown:KitsuApi.kt$KitsuApi$throw Exception("Could not find manga")
TooGenericExceptionThrown:KitsuInterceptor.kt$KitsuInterceptor$throw Exception("Not authenticated with Kitsu")