sentry
                                
                                 sentry copied to clipboard
                                
                                    sentry copied to clipboard
                            
                            
                            
                        Developer-first error tracking and performance monitoring
Move replay video to above breadcrumbs in the Issue Details page for an event + Replays (alpha) pill
### Solution 1. Bring the replay video to above the breadcrumbs in the Issue Details on an event, rather than having a Replay section at the bottom of this page...
## Objective: If org has the commit-context feature flag, we should send the GroupOwner Suspect Commit assignments. It should match the existing API response.
## Objective: We want to use the GitHub blame API to determine who is the committer for the first in_app stacktrace frame and assign them as a Suspect Commit GroupOwner....
Adding a script to upgrade your dev environment, dockerized PostgreSQL to version 14. It uses [tianon](https://github.com/tianon) / [docker-postgres-upgrade](https://github.com/tianon/docker-postgres-upgrade) docker image to do the (pg_)upgrade and re-index all databases to prevent...
Adds a compound index `("project", "type", "status", "last_seen", "id")` to improve query performance. Growth team is currently observing timeouts for large projects so this is required. Fixes WOR-2122
**Problem:** In ticket [38861](https://github.com/getsentry/sentry/issues/38861) we want to leverage the `Log level: Error` filter to show all Sentry errors that occurred in a replay video when a user clicks the error...
Converted the rest of the SmartSearchBar tests to RTL. There were a lot of these, and many were testing implementation details so they didn't map perfectly to RTL tests. I...
Example replay: https://sentry.io/organizations/sentry/replays/javascript:f928ac21-d6dc-4300-945e-d0f05863ae8a/ Play the recording and when it finishes, the purple "status" bar in the timeline ends up overflowing. 
We want to add a purple line to distinguish between rows that are 'in the past' vs. 'coming up next', corresponding to where a user is at in the replay...
This PR adds mechanism to skip indexing tag values. The code is based on an option introduced in https://github.com/getsentry/sentry/pull/38758/ After the change, when the option is configured, the indexer on...