Skip to content

fix(debug-symbols): Do not require private keys when editing source #93046

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

Conversation

evanpurkhiser
Copy link
Member

@evanpurkhiser evanpurkhiser commented Jun 6, 2025

After 069d35f private keys and secrets
in the debug symbol custom repos were no longer returned as part of the
API responses. When editing the repos though, the form still required
you to fill them out.

This only requires them when not editing existing repos.

Fixes: RTC-808: Replacing Private Key is mandatory when editing custom repositories.
Fixes: #90663

After 069d35f private keys and secrets
in the debug symbol custom repos were no longer returned as part of the
API responses. When editing the repos though, the form still required
you to fill them out.

This only requires them when not editing existing repos.

Fixes: [RTC-808: Replacing Private Key is mandatory when editing custom repositories.](https://linear.app/getsentry/issue/RTC-808/replacing-private-key-is-mandatory-when-editing-custom-repositories)
@evanpurkhiser evanpurkhiser requested a review from a team June 6, 2025 18:30
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 6, 2025
@evanpurkhiser evanpurkhiser enabled auto-merge (squash) June 6, 2025 19:05
@evanpurkhiser evanpurkhiser merged commit c801132 into master Jun 9, 2025
44 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/fix-debug-symbols-do-not-require-private-keys-when-editing-source branch June 9, 2025 13:40
Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93046      +/-   ##
==========================================
- Coverage   82.87%   78.06%   -4.82%     
==========================================
  Files       10295    10293       -2     
  Lines      590951   590929      -22     
  Branches    22980    22980              
==========================================
- Hits       489759   461282   -28477     
- Misses      99758   128213   +28455     
  Partials     1434     1434              

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replacing Private Key is mandatory when editing custom repositories.
2 participants