You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(snapshot): Remove namespace and package filtering
Emerge-android doesn't have package filtering — the scope is controlled
entirely by what MergeClasses puts into the directory. Remove
scanPackages, namespace, packageTrees, matchesPackage, and
scannedPackages to match that approach.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugin-build/src/main/kotlin/io/sentry/android/gradle/snapshot/metadata/SentrySnapshotMetadataExtension.kt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
packageio.sentry.android.gradle.snapshot.metadata
2
2
3
3
importorg.gradle.api.model.ObjectFactory
4
-
importorg.gradle.api.provider.ListProperty
5
4
importorg.gradle.api.provider.Property
6
5
importorg.jetbrains.annotations.ApiStatus
7
6
@@ -14,7 +13,4 @@ abstract class SentrySnapshotMetadataExtension(objects: ObjectFactory) {
0 commit comments