sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1451 sentry issues
Sort by recently updated
recently updated
newest added

### 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...

Status: Backlog
Team: Emerging Technology
p0

## Objective: If org has the commit-context feature flag, we should send the GroupOwner Suspect Commit assignments. It should match the existing API response.

Scope: Backend

## 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....

Scope: Backend

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...

Scope: Backend

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

Scope: Backend

**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...

Status: Backlog
Team: Emerging Technology

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...

Scope: Frontend

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. ![Image](https://user-images.githubusercontent.com/79684/185430039-f8cb4915-4473-488b-b063-1c8d72470ee8.png)

Status: Backlog
Team: Emerging Technology

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...

Status: Backlog
Team: Emerging Technology

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...

Scope: Backend