Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Replace use of #filePath with #fileID #1938

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

fuzzybinary
Copy link
Member

What and why?

#filePath exposes full paths of build files. Use of #fileID is encouraged by Apple both because it gives you better privacy and reduces the size of the compiled binary.

refs: RUM-5155

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference
  • Add CHANGELOG entry for user facing changes

Custom CI job configuration (optional)

  • Run unit tests for Session Replay

@fuzzybinary fuzzybinary requested review from a team as code owners July 2, 2024 18:58
@fuzzybinary fuzzybinary force-pushed the jward/RUM-5155-fileId-over-filepath branch 2 times, most recently from b90ee53 to eadf6fe Compare July 2, 2024 19:03
mariedm
mariedm previously approved these changes Jul 3, 2024
maxep
maxep previously approved these changes Jul 3, 2024
#filePath exposes full paths of build files. Use of #fileID is encouraged by Apple both because it gives you better
privacy and reduces the size of the compiled binary.

refs: RUM-5155
@fuzzybinary fuzzybinary dismissed stale reviews from maxep and mariedm via eed20be July 3, 2024 13:33
@fuzzybinary fuzzybinary force-pushed the jward/RUM-5155-fileId-over-filepath branch from eadf6fe to eed20be Compare July 3, 2024 13:33
@fuzzybinary fuzzybinary requested a review from maxep July 3, 2024 13:33
@fuzzybinary fuzzybinary merged commit 33cf1b9 into develop Jul 3, 2024
15 checks passed
@maxep maxep mentioned this pull request Jul 4, 2024
4 tasks
@maciejburda maciejburda mentioned this pull request Jul 10, 2024
4 tasks
@fuzzybinary fuzzybinary deleted the jward/RUM-5155-fileId-over-filepath branch August 16, 2024 17:13
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.

4 participants