We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54947cc commit c0cfa19Copy full SHA for c0cfa19
.github/workflows/e2e-v2.yml
@@ -205,7 +205,7 @@ jobs:
205
MATCH_USERNAME: ${{ secrets.MATCH_USERNAME }}
206
- name: Collect apps metrics
207
if: ${{ steps.platform-check.outputs.skip != 'true' }}
208
- uses: getsentry/action-app-sdk-overhead-metrics@ecce2e2718b6d97ad62220fca05627900b061ed5
+ uses: getsentry/action-app-sdk-overhead-metrics@44fb5489ac4ac252c87d84811972dc93a1e490b8
209
with:
210
name: ${{ matrix.name }} (${{ matrix.rn-architecture }})
211
config: ./performance-tests/metrics-${{ matrix.platform }}.yml
0 commit comments