-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "feat(code-mappings): Add support for stacktrace frame…
…s with backslashes for automatic code mappings (#70164) This PR un-reverts (re-reverts 🤔) [this PR](#68845), 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.
- Loading branch information
1 parent
9b097d5
commit d7b843b
Showing
3 changed files
with
106 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters