Skip to content

feat(monitoring): filter robots.txt noise from sentry traces and events #1617

feat(monitoring): filter robots.txt noise from sentry traces and events

feat(monitoring): filter robots.txt noise from sentry traces and events #1617

name: 🧪 PR Test Backend
on:
pull_request:
branches:
- main
- staging
- dev
# Workflow is triggered only if src/backend changes
paths:
- src/backend/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/just.yml@3.6.0
with:
environment: "test"
command: "test backend"
secrets: inherit