Skip to content

fix(sdk-metrics): Add missing catch and handle error in promise of PeriodicExportingMetricReader #3454

fix(sdk-metrics): Add missing catch and handle error in promise of PeriodicExportingMetricReader

fix(sdk-metrics): Add missing catch and handle error in promise of PeriodicExportingMetricReader #3454

Workflow file for this run

on:
pull_request_target:
branches:
- main
jobs:
label-release:
if: ${{ startsWith(github.event.pull_request.title, 'release:') }}
runs-on: ubuntu-latest
steps:
- run: echo this is a release PR
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label release