Skip to content

feat(sdk-crash): Keep more exception fields #68680

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

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

philipphofmann
Copy link
Member

@philipphofmann philipphofmann commented Apr 11, 2024

Keep non PII related fields: synthetic and errno with number and name.

We need to keep the synthetic field for grouping because otherwise we group by exception type, which contains memory addresses, see:

Without synthetic With Synthetic
CleanShot 2024-04-11 at 11 19 33@2x CleanShot 2024-04-11 at 11 19 11@2x

I also added errno with number and name because they don't contain PII, and can be useful.

Keep non PII related fields: synthetic and errno with number and name.
@philipphofmann philipphofmann requested a review from a team April 11, 2024 09:15
@philipphofmann philipphofmann self-assigned this Apr 11, 2024
@philipphofmann philipphofmann added the Scope: Backend Automatically applied to PRs that change backend components label Apr 11, 2024
Copy link

codecov bot commented Apr 11, 2024

Bundle Report

Bundle size has no change ✅

@philipphofmann philipphofmann merged commit 7bad72a into master Apr 11, 2024
53 checks passed
@philipphofmann philipphofmann deleted the feat/sdk-crashes-keep-exception-fields branch April 11, 2024 09:44
c298lee pushed a commit that referenced this pull request Apr 12, 2024
Keep non PII related fields: synthetic and errno with number and name.
@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants