Skip to content

Add ZippedApk artifact#24

Merged
rbro112 merged 3 commits into
mainfrom
ryan/zipped_apk_artifact
Jun 13, 2025
Merged

Add ZippedApk artifact#24
rbro112 merged 3 commits into
mainfrom
ryan/zipped_apk_artifact

Conversation

@rbro112

@rbro112 rbro112 commented Jun 12, 2025

Copy link
Copy Markdown
Member

Allows us to parse uploads from the Sentry CLI (normalized to be zipped).

@rbro112 rbro112 force-pushed the ryan/zipped_apk_artifact branch from 1635362 to f7f414e Compare June 12, 2025 23:24
Comment thread src/launchpad/analyzers/android.py Outdated
Comment thread src/launchpad/analyzers/android.py Outdated
Comment thread src/launchpad/analyzers/android.py Outdated
app_info=app_info,
)

def _artifact_from_path(self, path: Path) -> AndroidArtifact:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same I'd expect this to be a method on AndroidArtifact, not in here.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't live in AndroidArtifact due to circular dependencies but created a new ArtifactFactory class and moved into there, and also added support for iOS

@rbro112 rbro112 merged commit 3281ceb into main Jun 13, 2025
11 checks passed
@rbro112 rbro112 deleted the ryan/zipped_apk_artifact branch June 13, 2025 20:03
@rbro112 rbro112 mentioned this pull request Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants