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

Only keep in stack trace referenced debug images #46494

Merged

Conversation

philipphofmann
Copy link
Member

@philipphofmann philipphofmann commented Mar 29, 2023

I only need a review from @jjbayer.

Sorry about the review mess caused by merging master into feature branches 😅😬.


This PR is opened against the https://github.com/getsentry/sentry/tree/feat/sdk-crash-monitoring integration branch for #44342. The changes in this PR will not be deployed. A quick review from @jjbayer should be sufficient.

Remove the debug images not referenced in the stack trace so the debug images don't contain customer data.

Fixes GH-46174

Remove the debug images not referenced in the stack trace so the debug
images don't contain customer data.

Fixes GH-46174
@philipphofmann philipphofmann requested a review from jjbayer March 29, 2023 09:10
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 29, 2023
@philipphofmann philipphofmann requested review from a team and removed request for a team March 29, 2023 09:15
src/sentry/utils/sdk_crashes/event_stripper.py Outdated Show resolved Hide resolved
src/sentry/utils/sdk_crashes/event_stripper.py Outdated Show resolved Hide resolved
src/sentry/utils/sdk_crashes/event_stripper.py Outdated Show resolved Hide resolved
@philipphofmann philipphofmann requested review from a team as code owners March 30, 2023 06:49
@philipphofmann philipphofmann requested a review from a team March 30, 2023 06:49
@philipphofmann philipphofmann requested review from a team and AniketDas-Tekky as code owners March 30, 2023 06:49
@philipphofmann philipphofmann requested a review from a team March 30, 2023 06:49
@philipphofmann philipphofmann requested review from a team as code owners March 30, 2023 06:49
@philipphofmann philipphofmann requested a review from a team March 30, 2023 06:49
@philipphofmann philipphofmann requested a review from a team as a code owner March 30, 2023 06:49
@philipphofmann philipphofmann requested a review from a team March 30, 2023 06:49
@philipphofmann philipphofmann requested a review from a team as a code owner March 30, 2023 06:49
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 30, 2023
@github-actions
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@philipphofmann philipphofmann merged commit b0a6ac3 into feat/sdk-crash-monitoring Mar 30, 2023
@philipphofmann philipphofmann deleted the feat/filter-referenced-images branch March 30, 2023 07:55
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants