Skip to content

CI: detect-changes workflow to only check the affected components on the CI side#5843

Draft
alwx wants to merge 5 commits intomainfrom
alwx/improvement/ci-detect-changes
Draft

CI: detect-changes workflow to only check the affected components on the CI side#5843
alwx wants to merge 5 commits intomainfrom
alwx/improvement/ci-detect-changes

Conversation

@alwx
Copy link
Contributor

@alwx alwx commented Mar 19, 2026

Fixes #5786
Fixes #5785

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

.github/workflows/detect-changes.yml — New reusable workflow that uses dorny/paths-filterv3 with the file filters to produce needs_ios and needs_android boolean outputs.

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • All tests passing
  • No breaking changes

🔮 Next steps

@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


  • CI: detect-changes workflow to only check the affected components on the CI side by alwx in #5843
  • fix(tracing): Skip native frames and stall tracking for unsampled spans by antonis in #5842

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 2026

Fails
🚫 Pull request is not ready for merge, please add the "ready-to-merge" label to the pull request

Generated by 🚫 dangerJS against 9972c54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split tests into iOS and Android Changes to sample apps shouldn’t need to test the SDK

1 participant