Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add high risk code files
  • Loading branch information
krystofwoldrich authored Oct 7, 2024
commit 58d58ec71187d7ce311d2e18f8471b17bf30415a
17 changes: 16 additions & 1 deletion .github/file-filters.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# This is used by the action https://github.com/dorny/paths-filter

high_risk_code: &high_risk_code
- '.github/file-filters.yml'
# React Native Interface
- 'src/js/vendor/react-native/index.ts'
- 'src/js/utils/rnlibraries.ts'
- 'src/js/utils/rnlibrariesinterface.ts'

# Touch Integration
- 'src/js/touchevents.tsx'

# Sentry Native Interface
- 'src/js/NativeRNSentry.ts'

# Source Maps and Native Debug Files Autoupload
- 'scripts/sentry-xcode.sh'
- 'scripts/sentry-xcode-debug-files.sh'
- 'sentry.gradle'