Skip to content

Revert "Revert "feat(code-mappings): Add support for stacktrace frames with backslashes for automatic code mappings #70164

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
May 2, 2024

Conversation

MichaelSun48
Copy link
Member

@MichaelSun48 MichaelSun48 commented May 2, 2024

This PR un-reverts (re-reverts 🤔) this PR, which adds automatic code mapping support for events with backslashes in the file path. This PR was reverted out of an abundance of caution when the derive_code_mappings task was killing memcache in s4s during the response to #inc-716. This occurred because:

  • The resolution to #inc-716 involved opening the floodgates to a massive amount of backlogged events that needed to be processed
  • derive_code_mappings pings the cache twice per event to ensure that we only process one event per project per hour, and with no duplicate issues per 24 hours.
  • A little bit out of my wheelhouse, but s4s's memcache infrastructure is significantly less robust than SaaS

After having a conversation with @beezz, we determined that this would be highly unlikely to occur in SaaS (and there would be much bigger problems in that scenario), even given the higher traffic we'd expect to see in this task as a result of allowing more kinds of events to be supported for automatic code mappings.

…s with backslashes for automatic code mappings (#68845)""

This reverts commit f186916.
@MichaelSun48 MichaelSun48 requested review from a team as code owners May 2, 2024 19:07
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 2, 2024
@MichaelSun48 MichaelSun48 merged commit d7b843b into master May 2, 2024
51 checks passed
@MichaelSun48 MichaelSun48 deleted the msun/unrevertWindowsAutoCodeMappingSupport branch May 2, 2024 20:53
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 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