PostHog / PostHog/posthog-android
Promote proguard mapping upload out of the exp subcommand
Open
Nobody has claimed this yet.
enhancement
feat/error-tracking
- Dominant language
- Kotlin
- Stars
- 90
- Forks
- 49
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 61
Description
Extracted from PostHog/posthog#43012.
Problem
The upload task still invokes posthog-cli exp proguard upload, so it's gated behind the experimental subcommand even though the CLI work is reportedly done.
Scope
- Update the plugin to call the promoted (non-
exp) command.
Blocked on the CLI exposing the promoted command, confirm in posthog-cli first.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
First confirm in posthog-cli that the promoted proguard upload command is exposed outside the exp subcommand. Then locate the Android plugin's upload task, update the command it invokes, and verify that the task uses the promoted command without the exp prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile-dev, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100