-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(replay): add viewed-by endpoint + abstract kafka utils for replay events #67972
Conversation
Bundle ReportBundle size has no change ✅ |
As one step towards deprecating "Legacy Reprocessing", this hides the "Processing Issues" settings page completely if it has never been active before. It is still showing up for projects which have it active, or have ever had it active. Along with that, it will now display a deprecation notice, though I might remove it from this PR if it is too early for that.
handle null segment_id since it's optional stop logging payload in process_spans some messages take over 250ms to process, add one more span to confirm its the deserialize
Works just like the Queries and Resources panel! In fact, I had to introduce some temporary duplication to make it work, but in a more generic form. I'll step back and resolve the duplication in the next week or so. In order to fully fix this, I need to make it possible to pass a regular plain-old `scatter` series to a chart, which is mysteriously impossible right now, and also doesn't have proper tooltip support. So many crimes to undo, so little time! - Add `onHighlight` support to `DurationChart` - Add simple debounced state hook - Sync the sample chart and table highlight
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Sorry for the pings everyone... |
Relates to #64924. Splitting #67972 into smaller PRs. --------- Co-authored-by: Colton Allen <[email protected]>
Relates to #64924
Blueprint