diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index 0e65ceac1..4251b727a 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
index 4ac5a7f69..c377ee0fd 100644
--- a/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
+++ b/build-logic/src/main/kotlin/app/passwordstore/gradle/SentryPlugin.kt
@@ -33,7 +33,6 @@ class SentryPlugin : Plugin {
ignoredFlavors.set(setOf(ProductFlavors.FREE))
tracingInstrumentation { enabled.set(false) }
autoInstallation.enabled.set(false)
- includeDependenciesReport.set(false)
}
}
}