Skip to content

fix(aws-serverless): Add timeout to _endSpan forceFlush to prevent Lambda hanging #23

fix(aws-serverless): Add timeout to _endSpan forceFlush to prevent Lambda hanging

fix(aws-serverless): Add timeout to _endSpan forceFlush to prevent Lambda hanging #23

Workflow file for this run

name: Validate PR
on:
pull_request_target:
types: [opened, reopened]
jobs:
validate-pr:
runs-on: ubuntu-24.04
permissions:
pull-requests: write
steps:
- uses: getsentry/github-workflows/validate-pr@4243265ac9cc3ee5b89ad2b30c3797ac8483d63a
with:
app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}