Colton Allen
Colton Allen
https://www.notion.so/sentry/Replay-Backend-Architecture-Update-7-19-7c4ecc8af3fb4027992f3ee75dae9529
closes https://github.com/getsentry/replay-backend/issues/127
fixes https://github.com/getsentry/replay-backend/issues/125
Do you know what event esea uses to segment pregame and halves?
This pull attempts to add coverage for every message permutation that can break ingestion. It also updates the implementation to satisfy the coverage.
Version `python-rapidjson==1.14`. To reproduce: `import rapidjson; rapidjson.loads('"\ud83c"')` Error message: `UnicodeEncodeError: 'utf-8' codec can't encode character '\ud83c' in position 1: surrogates not allowed` `\ud83c` is not a valid unicode code point....
# Arroyo Ideas ## Intro I’m thinking of this as more of a discussion point and not a definitive answer to the question: “how should we structure pipelines in our...
Ref: https://github.com/getsentry/sentry/issues/70942
TODO cc @ryan953 blueprint is included
```[tasklist] ### Web UI - [x] [Add API blueprint](https://github.com/getsentry/sentry/pull/70805/files) - [x] [Add API endpoints](https://github.com/getsentry/sentry/pull/70799) - [ ] Add Web UI ``` ```[tasklist] ### SDK - [x] [Add protocol blueprint](https://github.com/getsentry/sentry/pull/70805/files) -...