-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spans): Max description length (#3115)
Do not attempt to parse very long span description. This should prevent stack overflows in the SQL parser. We could also limit the length of the description field by setting a `bag_size` attribute on it. Unfortunately, the `TrimmingProcessor` runs after other normalization steps, so it would not help in this case. ref: getsentry/team-ingest#272
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
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