Skip to content

Add analytics for Link that determine if we are in passthrough mode or payment method mode. #5949

Add analytics for Link that determine if we are in passthrough mode or payment method mode.

Add analytics for Link that determine if we are in passthrough mode or payment method mode. #5949

name: financial-connections-pr
on:
pull_request:
jobs:
# Use emerge tools to analyze the example app size
apk-size-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/stripe_setup
- name: Generate Android release bundle
run: ./gradlew :financial-connections-example:bundleRelease
- name: Upload artifact to Emerge
uses: EmergeTools/emerge-upload-action@3477b597fc62054136eb6f499e0ba78144f8a999
with:
artifact_path: financial-connections-example/build/outputs/bundle/release/financial-connections-example-release.aab
emerge_api_key: ${{ secrets.EMERGE_API_KEY }}
build_type: release