sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

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

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.32.0 to 9.38.0. Release notes Sourced from @​eslint/js's releases. v9.38.0 Features ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair) e37e590 feat: correct...

Scope: Frontend
Stale
dependencies
javascript

### Problem Statement This is simple, at least from the developer POV: I want to add an option in my app's Settings screen that allow the user to enable/disable full...

Waiting for: Community
Stale
Product Area: Explore
Feature

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce 1. Use metric/tracing on Laravel Project 2. Observe on the queries summaries page, System dropdown can never actually can be picked ###...

Product Area: Performance
Waiting for: Product Owner
Bug

### Problem Statement Right now, the SAML2 and/or SCIM authentication methods allow you to customize the subject user, however, they do not allow you to customize their profile picture. If...

Product Area: Sign In
Waiting for: Product Owner
Feature

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Many users in our organization are being notified in Slack via the Setnry app for Sentry issues that are unassigned for Sentry...

Product Area: Settings - Integrations
Waiting for: Product Owner
Bug

## PR Details + Replace direct `features.has("organizations:triage-signals-v0-org")` checks with `is_seer_seat_based_tier_enabled()` across all triage signals code paths. + Already tested it out on s amller scale with this PR that just...

Scope: Backend

Use new feature flag to gate rollout of `on_new_commit`=True so we run code review on every commit (instead of just when PR opened). We'll roll this out to batches of...

Scope: Backend

Currently, we only tag our `grouping.get_or_create_grouphashes.check_secondary_hash_existence` and `grouping.get_or_create_grouphashes.get_or_create_grouphash` metrics with the cache expiry time in cases where there's a cache hit. When there was only one possible expiry time, that...

Scope: Backend

Implement thumbs up/down feedback buttons on Seer cards (Root Cause, Solution, Code Changes) to collect user feedback. This PR introduces a new `CardFeedback` component that: - Displays thumbs up/down icons...

Scope: Frontend