-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Insights: getsentry/sentry
Overview
Could not load contribution data
Please try again later
265 Pull requests merged by 63 people
-
feat(discover): Add option to filter for project
#81397 merged
Dec 6, 2024 -
feat(rpc): Validate intervals
#81767 merged
Dec 6, 2024 -
fix(insights): customers not seeing empty state screen on developer plan
#81808 merged
Dec 6, 2024 -
feat(dashboards): Use multiline x-axis date labels
#81810 merged
Dec 6, 2024 -
fix(explore): Remove hover effect on sample spans
#81711 merged
Dec 6, 2024 -
feat(devservices): Add healthcheck for postgres
#81714 merged
Dec 6, 2024 -
feat(dashboards): enable 'pinning' favorites in dashboards endpoint
#81811 merged
Dec 6, 2024 -
feat(recommended-event): Update query for recommended
#81220 merged
Dec 6, 2024 -
feat(hydration error): Improve messaging and links to docs
#81787 merged
Dec 6, 2024 -
feat(trace-view): Add faint project badges to span rows
#81819 merged
Dec 6, 2024 -
feat(dashbaords): add dashboard favourite to table view
#81776 merged
Dec 6, 2024 -
ref: use RequestFactory to make requests in tests
#81813 merged
Dec 6, 2024 -
feat(grouping): Speed up similarity backfilling
#81752 merged
Dec 6, 2024 -
♻️ ref: SLOs for Slack postMessage
#81783 merged
Dec 6, 2024 -
ref(grouping): Minor refactor & test improvements
#81807 merged
Dec 6, 2024 -
fix(issues): Add link to tag breakdown
#81780 merged
Dec 6, 2024 -
feat(sdk): Enable trace and profile sampling on dev mode
#81760 merged
Dec 6, 2024 -
chore(similarity): Add temp metric for stacktraces with limited data
#81700 merged
Dec 6, 2024 -
feat(alerts): EAP alerts confidence refactor
#81730 merged
Dec 6, 2024 -
feat(widget-builder): Add group by field for chart widgets
#81771 merged
Dec 6, 2024 -
fix(dashboards): Improve rendering of X axis in
LineChartWidget
#81768 merged
Dec 6, 2024 -
feat(trace-view): Add Trace Context Drawer
#81625 merged
Dec 6, 2024 -
chore(trace-view): Adjust some colours to match design
#81778 merged
Dec 6, 2024 -
ref: Make react_config available in context
#81654 merged
Dec 6, 2024 -
feat(flags): Enable flagpole sdk integration
#81801 merged
Dec 6, 2024 -
docs(flags): Update docs links to point to explore page
#81803 merged
Dec 6, 2024 -
fix(alerts): Correct EAP Alert unfurl timeseries queries attaching transaction filter
#81763 merged
Dec 6, 2024 -
fix(dashboards): Account for "Releases" as a series when formatting
LineChartWidget
legend#81772 merged
Dec 6, 2024 -
Upgrade Python SDK to 2.19.2
#81793 merged
Dec 6, 2024 -
fix(dynamic-sampling): ensure that at least one project has count
#81727 merged
Dec 6, 2024 -
feat(dynamic-sampling): return no org sample rates in project mode in OrganizationDetails endpoint
#81726 merged
Dec 6, 2024 -
nit(oauth): surface error when token exchange fails in oauth
#81769 merged
Dec 6, 2024 -
feat(relocation): Split autopause
#81762 merged
Dec 6, 2024 -
fix(flags): strict type validation for event flags in EventFeatureFlagList
#81781 merged
Dec 6, 2024 -
fix(flags): don't show cta if some recent event has flags
#81782 merged
Dec 6, 2024 -
chore(issue-details): Use button click analytics for learn more
#81786 merged
Dec 5, 2024 -
chore(ecosystem): Removes definition for verbose-test-alerting flag
#81755 merged
Dec 5, 2024 -
chore(integrations): move SLO test asserts into src/sentry/testutils/asserts.py
#81777 merged
Dec 5, 2024 -
fix(event tracker) change logger name
#81779 merged
Dec 5, 2024 -
feat(sdk): Upgrade sentry-sdk to 2.19.1
#81761 merged
Dec 5, 2024 -
feat(issue-details): Add editing for comments in streamlined experience
#81754 merged
Dec 5, 2024 -
chore(aci milestone 3): create feature flag for metric alert migration
#81773 merged
Dec 5, 2024 -
feat(release): Replace release bot with GH app
#81692 merged
Dec 5, 2024 -
chore(integrations): add provider to issue resolve analytics
#81749 merged
Dec 5, 2024 -
chore(scm): StrEnum metrics to lowercase
#81774 merged
Dec 5, 2024 -
feat(eap-alerts): Add comparison delta support to spans rpc
#81764 merged
Dec 5, 2024 -
feat(new-trace): Adding link to exact event in issue from the trace view
#81720 merged
Dec 5, 2024 -
feat(new-trace): Warning for agg functions in samples mode search
#81608 merged
Dec 5, 2024 -
fix(flags): filter out null flags
#81770 merged
Dec 5, 2024 -
ref: fix "Return value expected" mypy errors
#81744 merged
Dec 5, 2024 -
chore(rpc): Un xfail tests that are passsing now
#81756 merged
Dec 5, 2024 -
fix(flags): Disable flagpole integration
#81765 merged
Dec 5, 2024 -
feat(explore): Add extrapolation meta
#81746 merged
Dec 5, 2024 -
fix(tags): Fallback to user value if user items are malformed (on current UI)
#81751 merged
Dec 5, 2024 -
feat(feedback): Add subject & body to feedback mailto links
#81747 merged
Dec 5, 2024 -
feat(issue-details): Style updates for issue links
#81739 merged
Dec 5, 2024 -
fix(feedback): Fix assign dropdown alignment
#81748 merged
Dec 5, 2024 -
chore(spans): Update exact category info for indexed spans
#81721 merged
Dec 5, 2024 -
fix(flags): Update permission scheme for new provider form
#81745 merged
Dec 5, 2024 -
fix(insights): link to module from breadcrumbs broken
#81732 merged
Dec 5, 2024 -
ref(widget-builder): Add common component for section header
#81738 merged
Dec 5, 2024 -
fix(tags): Fallback to user value if user items are malformed
#81733 merged
Dec 5, 2024 -
feat(issue-details): Allow jumping to Threads entry
#81741 merged
Dec 5, 2024 -
chore(similarity): Add C# to seer eligible platforms
#81599 merged
Dec 5, 2024 -
fix(flags): Update form permissions to match resource permissions
#81736 merged
Dec 5, 2024 -
ref(workflow_engine): Move the
DetectorHandler
code out of processors#81701 merged
Dec 5, 2024 -
feat(ui): Add dark theme to 2nd loading state
#81709 merged
Dec 5, 2024 -
feat(workflow_engine): Evaluate the Actions associated with a Workflow
#81645 merged
Dec 5, 2024 -
feat(issue-details): Make support link easier to find
#81713 merged
Dec 5, 2024 -
chore(ecosystem): Clean up verbose test alert feature flag
#81715 merged
Dec 5, 2024 -
fix(ecosystem): Removes double SLO reporting issue for ticket creation utils
#81717 merged
Dec 5, 2024 -
fix(autofix): Break long words in insight cards
#81740 merged
Dec 5, 2024 -
feat(flags): Use same permission scheme as org-auth-tokens resource
#81735 merged
Dec 5, 2024 -
chore(issue-details): Move highlights back to the top
#81734 merged
Dec 5, 2024 -
fix(visibility): Allow mapping meta aliases back to input format in timeseries results
#81606 merged
Dec 5, 2024 -
fix(rpc): Handle invalid float in snuba rpc
#81719 merged
Dec 5, 2024 -
ref(insights): remove insights-domain-view flag
#81667 merged
Dec 5, 2024 -
feat(dashboards): add stars to dashboard cards grid view
#81425 merged
Dec 5, 2024 -
fix(dashboards): modify dashboard favorite filter to not make n + 1 query
#81695 merged
Dec 5, 2024 -
feat(explore): Compute overall confidence for explore results
#81689 merged
Dec 5, 2024 -
feat(widget-builder): Add save/update button
#81697 merged
Dec 5, 2024 -
fix(taskworker) Fix off by one in retry counts
#81671 merged
Dec 5, 2024 -
fix(widget-builder): Make slideout fixed position
#81696 merged
Dec 5, 2024 -
Nuxt Popular
#81666 merged
Dec 5, 2024 -
feat(widget-builder): Add filter functionality
#81687 merged
Dec 5, 2024 -
feat(sdk-crash): Different versions per SDK name
#81580 merged
Dec 5, 2024 -
fix(visibility): Improve
LineChartWidget
padding#81659 merged
Dec 5, 2024 -
fix(dashboards): Fix value units in
LineChartWidget
tooltips#81691 merged
Dec 5, 2024 -
typing(releases): Type update module
#81615 merged
Dec 5, 2024 -
feat(grouping): Include frames which are missing the filename
#81678 merged
Dec 5, 2024 -
feat(quick-start): Add new feature flag for GA design changes
#81725 merged
Dec 5, 2024 -
ref(profiling): remove project allowlist option and release stacktraces rules for all the projects
#81655 merged
Dec 5, 2024 -
ref: use context manager for django cursor
#81707 merged
Dec 5, 2024 -
ref(flags): update settings page to include webhook url
#81712 merged
Dec 5, 2024 -
feat(explore): Add read the discussion tooltip
#81718 merged
Dec 5, 2024 -
fix(relocation): Rollback indentation change
#81710 merged
Dec 5, 2024 -
fix(issues): Hide empty project series in team stats
#81547 merged
Dec 4, 2024 -
fix(settings): Disable data scrub settings w/o permissions
#81641 merged
Dec 4, 2024 -
fix(isues): Sort unresolved issue count result
#81543 merged
Dec 4, 2024 -
debug(event tracker): add metrics in save event
#81698 merged
Dec 4, 2024 -
fix(replay): Use braces to fix operator precedence
#81706 merged
Dec 4, 2024 -
fix(crons): fix check-in env styling
#81705 merged
Dec 4, 2024 -
fix(issue-stream): Show tooltip when hovering over events column for new layout
#81702 merged
Dec 4, 2024 -
fix(rpc): Table request's timezone
#81694 merged
Dec 4, 2024 -
fix(ui): Filter organization object from sidebar link
#81693 merged
Dec 4, 2024 -
ref(insights): Remove references to
alertConfigs
prop#81686 merged
Dec 4, 2024 -
chore(issue-details): Add analytics for non-streamline comments
#81690 merged
Dec 4, 2024 -
chore: Bump
sentry-arroyo
to 2.18.2#81270 merged
Dec 4, 2024 -
feat(workflow_engine): add
workflow-engine-ui
feature flag#81688 merged
Dec 4, 2024 -
fix(rpc): Handle empty other response
#81680 merged
Dec 4, 2024 -
feat(dashboards):
WidgetSyncContext
#81675 merged
Dec 4, 2024 -
feat(alerts): Update EAP alerts UI to fire a 7 day query for confidence data
#81664 merged
Dec 4, 2024 -
feat(flags): add settings page for webhook secrets
#81631 merged
Dec 4, 2024 -
chore(flags): rm backend feature flag
#81536 merged
Dec 4, 2024 -
fix(auth): typo
#81683 merged
Dec 4, 2024 -
fix(hydration error): Improve hydration error slider diff when resizing the screen
#81682 merged
Dec 4, 2024 -
chore(seer-severity): Log seer severity errors to sentry
#81681 merged
Dec 4, 2024 -
feat(rpc): Add sampling rate column
#81617 merged
Dec 4, 2024 -
fix(relocation): Indentation error
#81672 merged
Dec 4, 2024 -
ref: avoid clobbering APIView.handle_exception
#81673 merged
Dec 4, 2024 -
feat(new-trace): Adding span start end timestamps
#81669 merged
Dec 4, 2024 -
chore(grouping): Remove grouping auto update option from remaining projects
#81649 merged
Dec 4, 2024 -
fix(rpc): Disable zerofill for rpc
#81626 merged
Dec 4, 2024 -
chore(explore): margin tweaks
#81674 merged
Dec 4, 2024 -
feat(dashboards): add favourite button to dashboard detail page
#81576 merged
Dec 4, 2024 -
ref(grouping): Minor refactor for utils
#81657 merged
Dec 4, 2024 -
chore(bitbucket): bitbucket + bitbucket server webhook metrics
#81595 merged
Dec 4, 2024 -
chore(gitlab): webhook metrics
#81596 merged
Dec 4, 2024 -
devenv: relax minimum version
#81670 merged
Dec 4, 2024 -
feat(flags): Use sentry-sdk to collect flag evaluations
#81658 merged
Dec 4, 2024 -
fix(grouping): Return 400 when trying to merge across projects
#81644 merged
Dec 4, 2024 -
chore(grouping): Add test input and clean up existing inputs
#81633 merged
Dec 4, 2024 -
ref: fix types for sentry.api.bases.project
#81620 merged
Dec 4, 2024 -
chore(alerts): Drop incidentseen and incidentsubscription
#81623 merged
Dec 4, 2024 -
fix(insights): Queries module handle no span system
#80601 merged
Dec 4, 2024 -
ref: fix types for sentry.notifications.activity.release
#81613 merged
Dec 4, 2024 -
🔍 nit: update msteams provider slug enum key to be all caps
#81650 merged
Dec 4, 2024 -
feat(dashboards): add 'return' to endpoint response
#81624 merged
Dec 4, 2024 -
fix(apps): do not show apps if no org:read scope
#81571 merged
Dec 4, 2024 -
fix(dashboards): pre-load dashboardperms and dashboardfavorite objects
#81612 merged
Dec 4, 2024 -
feat(insights): new badge geo region selector
#81662 merged
Dec 4, 2024 -
fix(insights): Fix text overflows within mobile screen rendering tables
#81651 merged
Dec 4, 2024 -
feat(widget-builder): Add display type dropdown
#81589 merged
Dec 4, 2024 -
feat(discover): Deprecate discover dataset in saved queries
#81629 merged
Dec 4, 2024 -
feat(insights): add http module to mobile domain view
#81591 merged
Dec 4, 2024 -
fix(widget-builder): Pass along proper fields depending on display
#81619 merged
Dec 4, 2024 -
fix: add os.distribution_X FieldKey values to autofill search
#81656 merged
Dec 4, 2024 -
chore(releases): Remove feature flag
#80728 merged
Dec 4, 2024 -
fix(quick-start): Pass actor to 'quick-start-updates' feature flag
#81652 merged
Dec 4, 2024 -
fix(quick-start): Do not display waiting event in 'adding second platform' task
#81653 merged
Dec 4, 2024 -
fix(quick-start): Update release receiver logic to include releases from transactions
#81572 merged
Dec 4, 2024 -
fix(quick-start): Pass user to feature flag check
#81490 merged
Dec 4, 2024 -
ref: fix flaky event manager tests by using the same timestamp
#81647 merged
Dec 4, 2024 -
feat(workflow_engine): Process Workflows
#81326 merged
Dec 4, 2024 -
ref(grouping): Make
BaseGroupingComponent
andBaseVariant
abstract#80960 merged
Dec 4, 2024 -
Reapply Revert "ref: upgrade pytest (#81135)"
#81643 merged
Dec 4, 2024 -
feat(autofix): Add line numbers to github links
#81628 merged
Dec 3, 2024 -
fix(issue summary): Hide trace section when loading
#81632 merged
Dec 3, 2024 -
feat(oauth): Display org name for org scoped authorizations
#81383 merged
Dec 3, 2024 -
fix(flags): Use org event permission for secrets resource
#81630 merged
Dec 3, 2024 -
ref(profiling) implement edge detection on profiling tooltip
#81445 merged
Dec 3, 2024 -
chore(grouping): Add test for merging when no projects sent
#81618 merged
Dec 3, 2024 -
[Opsgenie integration] Hit close api instead acknowledge api when resolved
#81336 merged
Dec 3, 2024 -
ref: fix flaky severity test
#81627 merged
Dec 3, 2024 -
fix(grouping): Add
violation
as recognized description for grouphash metadata#81603 merged
Dec 3, 2024 -
feat(event tracker) add logging everywhere in transaction ingestion
#81223 merged
Dec 3, 2024 -
chore(alerts): Remove incidentseen and incidentsubscription models
#81605 merged
Dec 3, 2024 -
fix(dashboards): modify team rendering in edit access selector
#81494 merged
Dec 3, 2024 -
feat(rpc): Add confidence to the events stats response
#81614 merged
Dec 3, 2024 -
fix(similarity): Add catch for no module and filename in the ui
#81390 merged
Dec 3, 2024 -
feat(oauth): Adding org to ApiAuthorizationSerializer
#81382 merged
Dec 3, 2024 -
chore(flagpole): Adds a test flag to validate region checks in flagpole
#81554 merged
Dec 3, 2024 -
fix(grouping):
BaseGroupingCompoent
types cleanup#80959 merged
Dec 3, 2024 -
feat(widget-builder): Add sort field to hook
#81604 merged
Dec 3, 2024 -
feat(dashboards): add new endpoint for favourite dashboards
#81438 merged
Dec 3, 2024 -
feat(flags): Add list and delete endpoints to signing-secrets resource
#81546 merged
Dec 3, 2024 -
chore(statistical-detectors): Do not make vroom request when not nece…
#81592 merged
Dec 3, 2024 -
feat(explore): Do not reload existing charts
#81466 merged
Dec 3, 2024 -
fix(flags): fix flag context type
#81601 merged
Dec 3, 2024 -
chore(gh-enterprise): webhook metrics
#81594 merged
Dec 3, 2024 -
chore(grouping): Add fingerprinting-related types
#80951 merged
Dec 3, 2024 -
chore(vsts): webhook metrics
#81600 merged
Dec 3, 2024 -
chore(autofix): Pre expand relevant code context
#81597 merged
Dec 3, 2024 -
chore(grouping): Add
unsafe-eval
andunsafe-inline
grouping test inputs#81539 merged
Dec 3, 2024 -
chore(alerts): Rm incidentseen and incidentsubscription
#81522 merged
Dec 3, 2024 -
fix(taskworker) Disallow at_most_once + retry
#81530 merged
Dec 3, 2024 -
fix(transactions): fix for ingesting transactions with attachments
#81289 merged
Dec 3, 2024 -
feat(widget-builder): Add query in state -> widget conversion
#81593 merged
Dec 3, 2024 -
chore(sentry apps): Add backwards compatbility for SentryAppCompenent errors
#81480 merged
Dec 3, 2024 -
ci(coverage) only run coverage on master
#81582 merged
Dec 3, 2024 -
ref: remove non-functional github enterprise identity provider
#79753 merged
Dec 3, 2024 -
feat(billing): Invite billing members to a developer plan
#80129 merged
Dec 3, 2024 -
🔧 chore(slo): Add slos for "View Submission" for Slack
#81549 merged
Dec 3, 2024 -
ref: Improve symbolication platform logic
#81577 merged
Dec 3, 2024 -
fix(issue-details): Ensure trace link appears for performance issues
#81590 merged
Dec 3, 2024 -
fix(issue-details): Add viewer/particpant last seen back
#81584 merged
Dec 3, 2024 -
chore(github): webhook metrics
#81529 merged
Dec 3, 2024 -
fix(insights): Styling of Web Vitals cards
#81585 merged
Dec 3, 2024 -
chore(profiling): Remove unused chunks flamegraph endpoint
#81583 merged
Dec 3, 2024 -
ref(insights): group all module routes under one constant
#81465 merged
Dec 3, 2024 -
feat(dashboards): add new filters to dashboard list endpoint
#81534 merged
Dec 3, 2024 -
fix(crons): Fix slow query for crons incident system
#81380 merged
Dec 3, 2024 -
feat(dashboards): add dashboard favorite to dashboard list serializer
#81496 merged
Dec 3, 2024 -
feat(widget-builder): Add preview to widget builder slideout
#81552 merged
Dec 3, 2024 -
chore: Upgrade sentry-kafka-schemas
#81573 merged
Dec 3, 2024 -
fix(dynamic-sampling): round dynamic sampling rates when switching from org to project mode
#81574 merged
Dec 3, 2024 -
chore(insights): Remove unused insights alerts logic and components
#81428 merged
Dec 3, 2024 -
feat(eap): Derive aggregation type from args
#81526 merged
Dec 3, 2024 -
feat(grouping): Blacklist a list of platforms instead of whitelisting it
#81520 merged
Dec 3, 2024 -
feat(onboarding): adapt AIOHTTP onboarding to install-configure-verify structure
#81569 merged
Dec 3, 2024 -
fix(dynamic-sampling): round dynamic sampling rates
#81491 merged
Dec 3, 2024 -
Update action requirement
#81416 merged
Dec 3, 2024 -
Update action requirement
#81415 merged
Dec 3, 2024 -
ref(profiling): remove unused option for profile outcomes
#81481 merged
Dec 3, 2024 -
fix(autofix): Invalidate autofix query on a rethink and on feedback
#81550 merged
Dec 3, 2024 -
fix(autofix): Align AutofixStatus enum
#81542 merged
Dec 3, 2024 -
fix(flags): fix python import in onboarding
#81551 merged
Dec 2, 2024 -
fix(rollback): Use default org permissions on endpoint
#81548 merged
Dec 2, 2024 -
feat(workflow_engine): DataCondition handler registry
#81356 merged
Dec 2, 2024 -
feat(issues): Add ownership button to assignee dropdwn
#81540 merged
Dec 2, 2024 -
ref(flags): remove frontend feature flag
#81535 merged
Dec 2, 2024 -
fix(flags): fix flag series suffix
#81528 merged
Dec 2, 2024 -
feat(widget-builder): Add dataset selector
#81527 merged
Dec 2, 2024 -
feat(flags): add inline cta and update js onboarding platforms allowed
#80645 merged
Dec 2, 2024 -
chore(alerts): Remove seen_by from expand
#81524 merged
Dec 2, 2024 -
chore(flags): add cta flag to temporary.py
#81523 merged
Dec 2, 2024 -
feat(eap): Add columns for some known http attributes
#81447 merged
Dec 2, 2024 -
devenv: upgrade to 1.14.2
#81274 merged
Dec 2, 2024 -
fix(eap): Make p100 alias to max
#81521 merged
Dec 2, 2024 -
ref(flags): add more python platforms to onboarding
#81371 merged
Dec 2, 2024 -
fix(alerts): Fix EAP alert field select label too verbose
#81442 merged
Dec 2, 2024 -
fix(alerts): Format EAP alert chart y axis label
#81468 merged
Dec 2, 2024 -
fix(alerts): EAP alerts default to minimum 24h timerange when coming from 1h timerange in explore
#81472 merged
Dec 2, 2024 -
fix(oauth): Limit org index response to token's org
#81410 merged
Dec 2, 2024 -
chore(insights): Remove insights alerts progress
#81369 merged
Dec 2, 2024 -
feat(rpc): Support projects in top events
#81372 merged
Dec 2, 2024 -
feat(widget-builder): Add context for synchronized state
#81519 merged
Dec 2, 2024 -
fix(explore): Order of options in aggregate mode
#81469 merged
Dec 2, 2024 -
fix(flamegraph): Restrict number of profile candidates more strictly
#81474 merged
Dec 2, 2024 -
chore(alerts): Remove incident activity comments
#81386 merged
Dec 2, 2024 -
chore(sentryapp): add regional RPC service to get request buffers by region
#81267 merged
Dec 2, 2024 -
feat(new-trace): Redesigning span details content.
#81366 merged
Dec 2, 2024 -
fix(autofix): Fix write setup modal closing the drawer
#81411 merged
Dec 2, 2024 -
feat(autofix): Add feedback & root cause selection events + tests
#81373 merged
Dec 2, 2024 -
fix(taskworker) Fix not_found errors being handled
#81446 merged
Dec 2, 2024 -
fix(rollback): Hide banner when sidebar is horizontal
#81516 merged
Dec 2, 2024 -
feat(new-trace): Redesigning no instrumentation drawer content.
#81432 merged
Dec 2, 2024 -
feat(widget-builder): Add title and description fields
#81497 merged
Dec 2, 2024 -
fix(insights): Link "Highest Cache Miss Rate" widget to module correctly
#81514 merged
Dec 2, 2024 -
ref(quick-start): Complete second platform after creating it
#81493 merged
Dec 2, 2024 -
ref(tests): Improve a bit the tests for releases
#81498 merged
Dec 2, 2024 -
chore(api): Add few more referrers to organization-events
#81477 merged
Dec 2, 2024 -
feat(dashboard): add favourite field to dashboard model
#81362 merged
Dec 2, 2024 -
feat(widget-builder): Add helper to convert widget to builder state
#81478 merged
Dec 2, 2024 -
feat(widget-builder): Add filter to hook
#81475 merged
Dec 2, 2024 -
Remove webpack cache from Docker image
#81489 merged
Dec 2, 2024 -
ref(releases): Create two new functions
#81423 merged
Dec 2, 2024 -
fix(merges): Derive projects from group IDs
#81434 merged
Dec 2, 2024 -
ref(quick-start): Prevent 'complete' tasks from being displayed outside of the completed tasks list
#80172 merged
Dec 2, 2024 -
ref(stats): Rename CORS to disallowed domain
#81488 merged
Dec 2, 2024 -
feat(symbolication): Pass event & frame platforms
#81457 merged
Dec 2, 2024 -
feat(nuxt): Use Sentry wizard in nuxt onboarding
#81464 merged
Dec 2, 2024 -
feat(widget-builder): Open widget builder slideout when adding widget
#81470 merged
Nov 29, 2024 -
feat(widget-builder): Add filters bar to widget builder
#81467 merged
Nov 29, 2024 -
feat(widget-builder): Add y-axis to hook
#81460 merged
Nov 29, 2024
56 Pull requests opened by 34 people
-
ref(issue-details): Optionally allow event endpoint to return empty
#81471 opened
Nov 29, 2024 -
feat(billing): Enable profile hours spend notifications
#81473 opened
Nov 29, 2024 -
feat(billing): Add profile chunks to usage stats page
#81476 opened
Nov 29, 2024 -
ref: remove sample event logs
#81515 opened
Dec 2, 2024 -
chore(sentry apps): Change default stringify to not print certain fields
#81518 opened
Dec 2, 2024 -
ref(ecosystem): Refines terminal cases for lifecycle reporting
#81525 opened
Dec 2, 2024 -
feat(dashboards): add 'my favorites' section to dashboards grid view
#81532 opened
Dec 2, 2024 -
fix(anomaly detection): improve preview chart error handling
#81533 opened
Dec 2, 2024 -
rip getsentry: static files
#81541 opened
Dec 2, 2024 -
chore(deps): bump the sentry-dependencies group across 1 directory with 7 updates
#81553 opened
Dec 2, 2024 -
fix(stats): adjust highest interval granularity to 1m
#81579 opened
Dec 3, 2024 -
feat(metric-issues): Configure workflow notifications by group type
#81609 opened
Dec 3, 2024 -
feat(ui): Add dark app loading theme
#81611 opened
Dec 3, 2024 -
feat(issues): Make new trace view available to issues ui users
#81646 opened
Dec 4, 2024 -
Better logging for backpressure
#81648 opened
Dec 4, 2024 -
ref(grouping): Refactor similarity utils
#81660 opened
Dec 4, 2024 -
ref(issues): remove duplicate view full trace button
#81665 opened
Dec 4, 2024 -
chore(sentry app): new `SentryAppRequestsEndpointV2` control endpoint
#81676 opened
Dec 4, 2024 -
fix(oauth): only remove the related tokens
#81677 opened
Dec 4, 2024 -
chore(similarity): Add parameter to create project option
#81679 opened
Dec 4, 2024 -
feat(aci): Add lookup tables for rules
#81704 opened
Dec 4, 2024 -
ref: remove sentry custom .json_body request attribute
#81716 opened
Dec 5, 2024 -
ref(quick-start): Add task design changes - Part 01
#81723 opened
Dec 5, 2024 -
ref(grouping): Change defaults and improve endpoint
#81728 opened
Dec 5, 2024 -
feat(insights): http module to EAP
#81731 opened
Dec 5, 2024 -
feat(insights): register flag for wip eap
#81742 opened
Dec 5, 2024 -
feat(insights): add eap to http landing page
#81753 opened
Dec 5, 2024 -
fix(insights): fix incorrect amplitude event name geo region selector
#81758 opened
Dec 5, 2024 -
chore(explore): Add dataset to explore analytics
#81759 opened
Dec 5, 2024 -
fix(visibility): Preserve function aliases in Snuba serializer
#81766 opened
Dec 5, 2024 -
fix(explore): Ensure RPC charts use at most 1000 buckets
#81775 opened
Dec 5, 2024 -
chore(deps-dev): bump the react-testing-library-dependencies group across 1 directory with 3 updates
#81784 opened
Dec 5, 2024 -
feat(aci milestone 3): call process_data_sources in subscription processor
#81788 opened
Dec 5, 2024 -
fix(issues): Add tag to open in discover query
#81789 opened
Dec 6, 2024 -
ref(quick-start): Add task design changes - Part 02 (new skip confirmation)
#81792 opened
Dec 6, 2024 -
fix(stats-v2): disallow minute resolution
#81796 opened
Dec 6, 2024 -
ref(quick-start): Mark 'Configure an Issue Alert' as complete by creating a project
#81797 opened
Dec 6, 2024 -
ref(metrics): remove metrics extraction rule code
#81798 opened
Dec 6, 2024 -
chore(outcomes): Clean up metric-to-outcome producer
#81799 opened
Dec 6, 2024 -
Fix sdk crash detection pthread_getcpuclockid path
#81800 opened
Dec 6, 2024 -
fix(explore): Render group bys first in explore
#81805 opened
Dec 6, 2024 -
ref(widget-builder): Setting up better file organization
#81806 opened
Dec 6, 2024 -
feat(new-trace): Adding options dropdown menu
#81812 opened
Dec 6, 2024 -
feat(dashboards): add pin favorites as parameter to endpoint
#81814 opened
Dec 6, 2024 -
fix(trace-view): Fix missing instrumentation profile preview
#81815 opened
Dec 6, 2024 -
feat(issue summary): Store event id in summary cache, allow specified event
#81817 opened
Dec 6, 2024 -
ref: fix typing for api.bases.organizationmember
#81820 opened
Dec 6, 2024 -
ref(post_process): remove transactions logic
#81821 opened
Dec 6, 2024 -
ref: fix typing for endpoints.organization_sessions
#81822 opened
Dec 6, 2024 -
ref: fix typing for endpoints.project_servicehook_stats
#81823 opened
Dec 6, 2024 -
ref: fix typing for endpoints.team_release_count
#81824 opened
Dec 6, 2024 -
:recycle: ref(slo): add SLOs for Discord & MsTeams Send Message
#81825 opened
Dec 6, 2024 -
fix(alerts): Fix eap alert detail query filter display attaching incorrect event type filter
#81826 opened
Dec 6, 2024 -
chore(codecov): Do not fail the codecov check
#81827 opened
Dec 6, 2024 -
ref: remove unnecessary call to smart_str in db.models.manager.base
#81828 opened
Dec 6, 2024 -
feat(hydration error): Show timestamp of before/after diff markers in tooltips
#81829 opened
Dec 6, 2024
68 Issues closed by 28 people
-
Improve GraphQL Request Grouping by Extracting Query Endpoints in Request Insights
#79216 closed
Dec 6, 2024 -
Split X axis labels onto two lines
#81809 closed
Dec 6, 2024 -
Issue with Adding Widgets to Dashboard
#59231 closed
Dec 6, 2024 -
Query/Search bar within Insight pages
#81598 closed
Dec 6, 2024 -
Sorting domain view table
#81399 closed
Dec 6, 2024 -
Loss of events in Web UI.
#80549 closed
Dec 6, 2024 -
Add group by fields
#81508 closed
Dec 6, 2024 -
Web Vitals: apply search filter on Page Summary to charts
#78138 closed
Dec 6, 2024 -
[Dashboards] Release filter deselect does not default to all releases
#51336 closed
Dec 6, 2024 -
Performance page showing same information on Frontend and Backend tabs
#76044 closed
Dec 6, 2024 -
ZeroDivisionError: float division by zero
#81556 closed
Dec 6, 2024 -
[Feature Flags] Secret endpoint updates
#81544 closed
Dec 5, 2024 -
Configured Gitlab project missing from Issue Creation Dropdown
#65135 closed
Dec 5, 2024 -
Feature parity with Gitlab for CodeCov
#67608 closed
Dec 5, 2024 -
Gitlab integration - Broken pipe
#71080 closed
Dec 5, 2024 -
Integrate gitlab
#72395 closed
Dec 5, 2024 -
GitLab Integration Problem
#71739 closed
Dec 5, 2024 -
sentry replay not found
#70638 closed
Dec 5, 2024 -
GitLab Integration Problem
#72765 closed
Dec 5, 2024 -
Cannot create issue with ClickUp integration
#78195 closed
Dec 5, 2024 -
Builder should allow users to save a widget with the current settings
#81513 closed
Dec 5, 2024 -
Add filter fields
#81507 closed
Dec 5, 2024 -
Ability to manage product trials
#77557 closed
Dec 5, 2024 -
Escalation detection should happen for all ongoing issues by default
#51948 closed
Dec 5, 2024 -
Investigate Snuba query limits
#61703 closed
Dec 5, 2024 -
Follow up on bool replacement and double quote str
#52719 closed
Dec 5, 2024 -
Spend allocation for the next billing period
#69283 closed
Dec 5, 2024 -
Alert on n% quota on errors exceeded
#57563 closed
Dec 5, 2024 -
Display permissions message when team contributors atempt to disable Data Scrubbers
#81621 closed
Dec 4, 2024 -
Spike Protection Per Environment
#77900 closed
Dec 4, 2024 -
Spike Protection - Webhook integration for spike protection notifications
#53332 closed
Dec 4, 2024 -
Widget Synchronization Context
#81668 closed
Dec 4, 2024 -
[Feature Flags] Settings page for secrets
#81545 closed
Dec 4, 2024 -
JIRA Server in private network unable to complete Integration Installation
#43739 closed
Dec 4, 2024 -
Allow to reserve a volume of cron monitors
#73359 closed
Dec 4, 2024 -
Add quota limit notifications for 50% usage
#68164 closed
Dec 4, 2024 -
Builder should be able to visualize selections in a preview
#81512 closed
Dec 4, 2024 -
Release geo region selector to GA
#81663 closed
Dec 4, 2024 -
Add type field
#81505 closed
Dec 4, 2024 -
Add Outbound API Requests tab to Mobile insights domain
#80862 closed
Dec 4, 2024 -
Support for Linear integration on self-hosted Sentry instances
#81427 closed
Dec 4, 2024 -
Merging issues is not working with the "All Projects" filter
#81115 closed
Dec 3, 2024 -
Add command line tool for creating tasks
#81240 closed
Dec 3, 2024 -
[expressjs] issues verify step says an event was received, but no issues are shown
#78825 closed
Dec 3, 2024 -
Remove world map images from dashboard docs.
#60284 closed
Dec 3, 2024 -
Restructure getting-started for AIOHTTP to not contain sample application code in SDK Configure step
#81455 closed
Dec 3, 2024 -
custom fields
#77128 closed
Dec 3, 2024 -
Dynamic Sampling Custom: Fix missing rounding in project mode sample rates
#81557 closed
Dec 3, 2024 -
Improve at_most_once task failure modes
#81242 closed
Dec 2, 2024 -
Add dataset field
#81504 closed
Dec 2, 2024 -
Unable to load large number of tags on discover view
#61999 closed
Dec 2, 2024 -
[Hydration Errors] No visual difference or HTML difference in HE Issue
#80153 closed
Dec 2, 2024 -
Add description field
#81503 closed
Dec 2, 2024 -
Add title field
#81502 closed
Dec 2, 2024 -
[self-hosted] User feedback: Something went horribly wrong rendering this page
#70136 closed
Dec 2, 2024 -
Clicking link on "Highest Cache Miss Rate" chart shows blank page
#81495 closed
Dec 2, 2024 -
Milestone 2: Create widgets from explore
#79745 closed
Dec 2, 2024 -
Large .webpack_cache size in docker
#81487 closed
Dec 2, 2024 -
Support merging issues for the same project even when viewing many projects
#81433 closed
Dec 2, 2024 -
Sourcemaps uploaded with Debug ID's are not being applied to events
#61559 closed
Dec 1, 2024 -
Unable to apply publicly-hosted sourcemaps
#71888 closed
Dec 1, 2024 -
Upload libc.so.6 and ld-linux-x86-64.so.2 in PostBuild symbol uploads when cross compiling
#73950 closed
Dec 1, 2024 -
React Sentry hideSourceMap
#78114 closed
Dec 1, 2024 -
Implement `LineChartWidget` up to Dashboards spec
#79767 closed
Nov 29, 2024
51 Issues opened by 25 people
-
Metric Alerts are not triggering for EU orgs
#81818 opened
Dec 6, 2024 -
Slack alert notification broken when updating alert rule
#81816 opened
Dec 6, 2024 -
Responsive behaviour for widget preview
#81804 opened
Dec 6, 2024 -
Gitlab subgroups not shown in Sentry.
#81802 opened
Dec 6, 2024 -
Dashboards - Make it possible to add a binominal distribution for custom metrics
#81794 opened
Dec 6, 2024 -
Utime alert pings still firing after deleting existing alert.
#81791 opened
Dec 6, 2024 -
Rename "Message" in Discover to avoid confusing with error.message
#81790 opened
Dec 6, 2024 -
Analytic event name incorrect for geo region selector component
#81757 opened
Dec 5, 2024 -
Investigate insights + eap
#81750 opened
Dec 5, 2024 -
Cannot set username in notification action for MS Teams alert
#81743 opened
Dec 5, 2024 -
Linear integration - Multiple labels
#81737 opened
Dec 5, 2024 -
Validate widget state before save
#81729 opened
Dec 5, 2024 -
Metrics alerts not firing even with threshold breach
#81724 opened
Dec 5, 2024 -
Session events do not automatically create environment in Sentry
#81722 opened
Dec 5, 2024 -
Support Crons as a dataset under Issues
#81685 opened
Dec 4, 2024 -
Crons workflow in custom widget builder designs
#81684 opened
Dec 4, 2024 -
Crons widget design
#81616 opened
Dec 3, 2024 -
Support filtering Alerts based on issue severity
#81607 opened
Dec 3, 2024 -
Issues - Recommended Searches should have 1 example for ANR's for Android
#81588 opened
Dec 3, 2024 -
Reduce height of dashboard cards
#81587 opened
Dec 3, 2024 -
Support standalone LCP and CLS in the Web Vitals module
#81581 opened
Dec 3, 2024 -
Monitor Edit Access feature
#81575 opened
Dec 3, 2024 -
Allow "Resolve in next release" to use those only in the same environment as the issue
#81570 opened
Dec 3, 2024 -
Update sales
#81568 opened
Dec 3, 2024 -
Update existing Mobile modules docs pages (mainly screenshots)
#81567 opened
Dec 3, 2024 -
Add product docs for Mobile Screens landing page
#81566 opened
Dec 3, 2024 -
Add product docs for Screen Rendering module
#81565 opened
Dec 3, 2024 -
Insights - Mobile Screens Docs GA
#81564 opened
Dec 3, 2024 -
Implement empty state logic
#81563 opened
Dec 3, 2024 -
Ensure existing app-start / screen load pages are properly redirected
#81562 opened
Dec 3, 2024 -
Switch to ratio for frame delay
#81561 opened
Dec 3, 2024 -
Fix missing unit for frame delay
#81560 opened
Dec 3, 2024 -
Switch to Ratios for Slow and Frozen Frames
#81559 opened
Dec 3, 2024 -
Insights - Mobile Screens Frontent GA
#81558 opened
Dec 3, 2024 -
White flash on refresh when using Dark Theme
#81555 opened
Dec 3, 2024 -
Forgo aliases in event stats response meta
#81537 opened
Dec 2, 2024 -
[CSP] Update `script-src` handling once relay bug is fixed
#81531 opened
Dec 2, 2024 -
Frequent timeouts when fetching span samples in Outbound API Requests
#81517 opened
Dec 2, 2024 -
Widget fields should update when interdependent fields are changed
#81511 opened
Dec 2, 2024 -
Add limit
#81510 opened
Dec 2, 2024 -
Add sort field
#81509 opened
Dec 2, 2024 -
Add Visualize field
#81506 opened
Dec 2, 2024 -
Milestone 3 - Add to Dashboard flows
#81501 opened
Dec 2, 2024 -
Milestone 2 - Widget Library Integration
#81500 opened
Dec 2, 2024 -
Milestone 1 - Widget Builder Form Redesign
#81499 opened
Dec 2, 2024 -
Insights AI: Remove overview page from Insights AI
#81492 opened
Dec 2, 2024 -
New wizard project selector doesn’t show the org avatars
#81486 opened
Dec 2, 2024 -
Parameters Truncated in Event Map View
#81485 opened
Dec 2, 2024 -
Error: maximum recursion depth exceeded when adding multiple filters to Metric alert
#81484 opened
Dec 2, 2024 -
Stats -> Issues tab - Inconsistency with the graphs on specific team with no issues assigned
#81483 opened
Dec 2, 2024 -
Stats has same y-axis label multiple times when there are multiple orders of magnitude
#81482 opened
Dec 2, 2024
653 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
spike(aci): update and serialize project options attached to ErrorDetector
#81388 commented on
Dec 4, 2024 • 6 new comments -
ref(sentry apps): Improve Sentry App Component endpoint errors
#81167 commented on
Dec 5, 2024 • 5 new comments -
:sparkles: poc(nowa): poc for issue alert migration
#81288 commented on
Dec 5, 2024 • 2 new comments -
chore(api-docs): Update documentation for group_tagkey_values
#79801 commented on
Dec 4, 2024 • 2 new comments -
chore(alerts): Remove activated alerts project subscription
#81287 commented on
Dec 4, 2024 • 1 new comment -
Metric Alert Creation Broken for Certain Queries
#71788 commented on
Dec 5, 2024 • 0 new comments -
Inbound Filters changelog/history
#46389 commented on
Dec 5, 2024 • 0 new comments -
Azure DevOps Integration Problem, can't customise anything.
#46856 commented on
Dec 5, 2024 • 0 new comments -
Search for Ignored issues with more precision
#46629 commented on
Dec 5, 2024 • 0 new comments -
Alert rules fail to consider the case where there was no traffic last week/day/point in time
#47104 commented on
Dec 5, 2024 • 0 new comments -
Add stacktrace.function to alerting condition filters
#47111 commented on
Dec 5, 2024 • 0 new comments -
[Breadcrumbs] - Be able to filter on Category provided in breadcrumbs
#47393 commented on
Dec 5, 2024 • 0 new comments -
Allow multiple sentry organisations in one github organisation
#47246 commented on
Dec 5, 2024 • 0 new comments -
Identify Raspberry Pi OS in Sentry issue page
#60024 commented on
Dec 5, 2024 • 0 new comments -
Support AWS PrivateLink Access for Secure Private Connection to Sentry
#47959 commented on
Dec 5, 2024 • 0 new comments -
Provide a status text containing the reason for HTTP 429
#37103 commented on
Dec 5, 2024 • 0 new comments -
Webhooks enhancements
#37853 commented on
Dec 5, 2024 • 0 new comments -
Reporting-API (Reporting-Endpoints) support
#38940 commented on
Dec 5, 2024 • 0 new comments -
Handle maintenance window
#38046 commented on
Dec 5, 2024 • 0 new comments -
JS Loader - Add Dropdown to select if you want to serve es5 or es6 build
#39099 commented on
Dec 5, 2024 • 0 new comments -
Unable to add a team to a existing projects using any of the existing API
#39130 commented on
Dec 5, 2024 • 0 new comments -
Email subject template is not respected
#41115 commented on
Dec 5, 2024 • 0 new comments -
Automatic or programmatic Sentry-Github team mapping is needed
#40380 commented on
Dec 5, 2024 • 0 new comments -
Improve error code for SMTP emails
#41525 commented on
Dec 5, 2024 • 0 new comments -
Document attachments endpoint APIs
#41438 commented on
Dec 5, 2024 • 0 new comments -
SSO misconfiguration - wrong redirection after successful login with root credentials
#41601 commented on
Dec 5, 2024 • 0 new comments -
Metric Alerts - Set an alert based on the volume of errors that are assigned to a certain team
#51442 commented on
Dec 5, 2024 • 0 new comments -
Map commit SHA to tag
#51860 commented on
Dec 5, 2024 • 0 new comments -
Issues page - Activity counter only shows manually placed comments
#52075 commented on
Dec 5, 2024 • 0 new comments -
Use environments for stats, spend allocation & inbound filters
#52113 commented on
Dec 5, 2024 • 0 new comments -
Slack Integration Problem - Can't configure deploy notifications to a channel
#44487 commented on
Dec 5, 2024 • 0 new comments -
Fingerprint rules: Custom titles with a tag should work
#44495 commented on
Dec 5, 2024 • 0 new comments -
pagerduty app name
#44840 commented on
Dec 5, 2024 • 0 new comments -
Alert ownership for multiple teams/owners
#44878 commented on
Dec 5, 2024 • 0 new comments -
Allow Delete and Discard future events from the issues page
#44943 commented on
Dec 5, 2024 • 0 new comments -
[Data Scrubbing] Safe Fields As Event Context
#44975 commented on
Dec 5, 2024 • 0 new comments -
Issue Alerts Support for relational operators
#45046 commented on
Dec 5, 2024 • 0 new comments -
When linking a Sentry item to a Azure Devops it is one way
#45119 commented on
Dec 5, 2024 • 0 new comments -
Allow us to configure the projects the Jira Cloud plugin can access
#45273 commented on
Dec 5, 2024 • 0 new comments -
Is there a way to automatically enable monitoring for new lambda functions when using sentry extension?
#45412 commented on
Dec 5, 2024 • 0 new comments -
Mask certain routes captured by Session Replay for PII purposes
#45456 commented on
Dec 5, 2024 • 0 new comments -
Make use of `frame.source_link` to show StacktraceLink
#46024 commented on
Dec 5, 2024 • 0 new comments -
Add range date for API get list issues and list events
#45815 commented on
Dec 5, 2024 • 0 new comments -
Not possible to create JIra issue from sentry when tempo account field is used
#46181 commented on
Dec 5, 2024 • 0 new comments -
Add more Alert capabilities
#46218 commented on
Dec 5, 2024 • 0 new comments -
Support for default fields in custom field configurations
#46245 commented on
Dec 5, 2024 • 0 new comments -
Multi-select environments when creating issue alerts
#27725 commented on
Dec 5, 2024 • 0 new comments -
Azure DevOps Service Hook Integration
#28035 commented on
Dec 5, 2024 • 0 new comments -
Heroku drain / syslog
#28270 commented on
Dec 5, 2024 • 0 new comments -
Azure DevOps integration: Assign area from the "new issue" form
#29820 commented on
Dec 5, 2024 • 0 new comments -
Feature request: Alert rules for all project
#30059 commented on
Dec 5, 2024 • 0 new comments -
Support project-wide Saved Searches
#31726 commented on
Dec 5, 2024 • 0 new comments -
Embedded error page endpoint is not derived from the DSN.
#30249 commented on
Dec 5, 2024 • 0 new comments -
Bulk merge/delete/resolve more than 1000 items
#35564 commented on
Dec 5, 2024 • 0 new comments -
Mattermost alert webhook integration
#32313 commented on
Dec 5, 2024 • 0 new comments -
Extend stack-trace linking UI
#35608 commented on
Dec 5, 2024 • 0 new comments -
issue search: add usersSeen issue property
#35999 commented on
Dec 5, 2024 • 0 new comments -
Control over x-axis Units in Discover
#36204 commented on
Dec 5, 2024 • 0 new comments -
JIRA Integration: Select Linkable Projects
#36965 commented on
Dec 5, 2024 • 0 new comments -
Upload a New File API endpoint does not work in EU orgs
#81232 commented on
Dec 5, 2024 • 0 new comments -
Discover - Have access to the Issue.links to group issues together with the same Jira epic/link
#78938 commented on
Dec 5, 2024 • 0 new comments -
[EPIC] Issue Stream Visual Table Updates
#77816 commented on
Dec 5, 2024 • 0 new comments -
[EPIC] Streamlining Issue Details
#73747 commented on
Dec 5, 2024 • 0 new comments -
[EPIC] No on-demand metrics support for equations work
#55994 commented on
Dec 5, 2024 • 0 new comments -
[Epic] A lot of projects cause high latency on with the projects endpoint
#65939 commented on
Dec 5, 2024 • 0 new comments -
[EPIC] Quick Start Guide Improvements
#79079 commented on
Dec 5, 2024 • 0 new comments -
Add support for Shared channels in MS Teams integration
#41641 commented on
Dec 5, 2024 • 0 new comments -
Microsoft Teams integration should reflect current issue status on card / post updates in thread
#41891 commented on
Dec 5, 2024 • 0 new comments -
Resolve an Issue to an Unreleased Version
#42620 commented on
Dec 5, 2024 • 0 new comments -
Record Issue ownership rules change in the audit logs
#42285 commented on
Dec 5, 2024 • 0 new comments -
Allow weekly email report to be sent daily
#43365 commented on
Dec 5, 2024 • 0 new comments -
Auto create GitHub issues
#42803 commented on
Dec 5, 2024 • 0 new comments -
Allow users to configure Google domain in SaaS Sentry
#43499 commented on
Dec 5, 2024 • 0 new comments -
Resolve issue until defined release
#43598 commented on
Dec 5, 2024 • 0 new comments -
Support stack trace linking when stack frames do not contain line context.
#44015 commented on
Dec 5, 2024 • 0 new comments -
Exporting Performance Metrics to external Grafana
#44316 commented on
Dec 5, 2024 • 0 new comments -
Public API endpoint to set external user mappings
#44325 commented on
Dec 5, 2024 • 0 new comments -
2-way sync with Pivotal Tracker
#44397 commented on
Dec 5, 2024 • 0 new comments -
Slack notifications to be turned off by default
#44341 commented on
Dec 5, 2024 • 0 new comments -
What is expected when an issues linked Jira Issue is moved to a new board/project in Jira?
#44454 commented on
Dec 5, 2024 • 0 new comments -
Client-provided timestamps that are too far in the past are rewritten with the current timestamp; confusion ensues
#6730 commented on
Dec 5, 2024 • 0 new comments -
Feature request: manually add tags
#5572 commented on
Dec 5, 2024 • 0 new comments -
De-emphasize error type in issue view
#17837 commented on
Dec 5, 2024 • 0 new comments -
User-Agent filter list in the UI / new crawler request
#12753 commented on
Dec 5, 2024 • 0 new comments -
Inbound Filters by tags
#22874 commented on
Dec 5, 2024 • 0 new comments -
Integration not showing up in metric alerts
#25299 commented on
Dec 5, 2024 • 0 new comments -
Filtering issues by a specific user's email
#56593 commented on
Dec 5, 2024 • 0 new comments -
[Request] Make it clearer why a landing page widget is empty
#56743 commented on
Dec 5, 2024 • 0 new comments -
Cloudflare Workers integration project creation
#56721 commented on
Dec 5, 2024 • 0 new comments -
[issue details] Sort tag sidebar in alpha order (possibly in sections)
#56886 commented on
Dec 5, 2024 • 0 new comments -
Alert rules: Allow number values to be used when setting rules
#56933 commented on
Dec 5, 2024 • 0 new comments -
Quick way to open a raw stack trace in IDE
#56992 commented on
Dec 5, 2024 • 0 new comments -
Add created by and last modified to issue alerts
#57613 commented on
Dec 5, 2024 • 0 new comments -
Archive an issue until it appears in a new environment
#57446 commented on
Dec 5, 2024 • 0 new comments -
Alert for error from unique user
#57812 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] See favorite projects in sidebar
#58038 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] Add a way to configure how long a commit will be considered as a suspect commit
#58079 commented on
Dec 5, 2024 • 0 new comments -
Feature Request: allow to split health statistics by Mobile OS, Desktop OS, Browser etc
#58348 commented on
Dec 5, 2024 • 0 new comments -
A regressed issue should edit the Slack message to mark it as such
#58433 commented on
Dec 5, 2024 • 0 new comments -
Add issues stream to command palette search results
#58350 commented on
Dec 5, 2024 • 0 new comments -
Issue assignment - Introduce expiry time on assignment of issues
#52428 commented on
Dec 5, 2024 • 0 new comments -
Highlight environment in the issues view
#53202 commented on
Dec 5, 2024 • 0 new comments -
Support OR Conditions For Alerts
#53091 commented on
Dec 5, 2024 • 0 new comments -
Ask for "list" command on Sentry slack app
#53244 commented on
Dec 5, 2024 • 0 new comments -
Need better tools for filtering CSP reports
#53368 commented on
Dec 5, 2024 • 0 new comments -
False performance alerts get triggered during night time
#53577 commented on
Dec 5, 2024 • 0 new comments -
Simplified file path in event/issue display
#60627 commented on
Dec 5, 2024 • 0 new comments -
Source context UI - allow loading more lines/scrolling
#60970 commented on
Dec 5, 2024 • 0 new comments -
Alert specific for each permutation of a sentry tag
#60720 commented on
Dec 5, 2024 • 0 new comments -
Alerts - I want to be able to get alerts based on the differences between releases
#61036 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] Add Link To Triggered Alert From Issues Page
#60971 commented on
Dec 5, 2024 • 0 new comments -
Alerts - Be able to get alerts based on Frozen/Slow frame rates
#61037 commented on
Dec 5, 2024 • 0 new comments -
Provide Option to Redirect to Alert Page in PagerDuty Notification
#61285 commented on
Dec 5, 2024 • 0 new comments -
Allow Customization of Custom Details Section in PagerDuty Incidents and Alerts
#61286 commented on
Dec 5, 2024 • 0 new comments -
Issue Activity: show reason why "Sentry marked (un)resolved"
#61878 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] Cancelled Rate for Metrics Alerts
#61744 commented on
Dec 5, 2024 • 0 new comments -
Discord integration wildcard show tag support
#55230 commented on
Dec 5, 2024 • 0 new comments -
Would like to extract information from the API when an issue has been merged into another one
#55331 commented on
Dec 5, 2024 • 0 new comments -
[Audit Log] Ability to skip to certain dates or pages in the audit log
#55509 commented on
Dec 5, 2024 • 0 new comments -
Monitor Adoption rates
#55460 commented on
Dec 5, 2024 • 0 new comments -
Jira Integrations - Need the ability to add mobile screenshots to the Jira issue
#55528 commented on
Dec 5, 2024 • 0 new comments -
Add a Download All button for an event's attachments
#55609 commented on
Dec 5, 2024 • 0 new comments -
Add PagerDuty auto resolution for Issue Alerts
#55745 commented on
Dec 5, 2024 • 0 new comments -
Add ability to filter events in weekly event email by environment.
#55760 commented on
Dec 5, 2024 • 0 new comments -
How to use the script_sample value (or any other value) from a 'CSP report', as part of a custom issue fingerprint.
#55846 commented on
Dec 5, 2024 • 0 new comments -
Add project setting to opt out of creating Releases on demand for incoming Events
#55913 commented on
Dec 5, 2024 • 0 new comments -
Ownership Rule Unassign attribute
#48533 commented on
Dec 5, 2024 • 0 new comments -
Add ability to customize how Sentry creates the task in Jira
#48851 commented on
Dec 5, 2024 • 0 new comments -
[🔕 Mute Alerts] Quick action to mute alerts from the alerts list page
#49115 commented on
Dec 5, 2024 • 0 new comments -
Discover-like queries within the tags tab of an issue
#49171 commented on
Dec 5, 2024 • 0 new comments -
Support backreferences in Advanced Data Scrubbing regex replacement
#49467 commented on
Dec 5, 2024 • 0 new comments -
Could we please have the list of user names sort alphabetically when selecting criteria for a custom search?
#49453 commented on
Dec 5, 2024 • 0 new comments -
Google Chat Notification Support
#49542 commented on
Dec 5, 2024 • 0 new comments -
Alerts by occurrences for the same user
#49544 commented on
Dec 5, 2024 • 0 new comments -
JavaScript: Process console.log() styles
#49804 commented on
Dec 5, 2024 • 0 new comments -
Show Environment in "Failed to Process Events" notification email
#49553 commented on
Dec 5, 2024 • 0 new comments -
Support searching for issues with a `since:` filter
#49896 commented on
Dec 5, 2024 • 0 new comments -
Possibility to block releases from being created inside of Sentry
#49854 commented on
Dec 5, 2024 • 0 new comments -
Ability To Assign An Issue Directly To A User Based Off An Alert
#50035 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] Metric alerts to consider events appearance lag
#50067 commented on
Dec 5, 2024 • 0 new comments -
Weekly reports divided by environment
#50142 commented on
Dec 5, 2024 • 0 new comments -
Specific api endpoint to retrieve usage stats for all projects
#50236 commented on
Dec 5, 2024 • 0 new comments -
Filter and aggregate data only if constant
#50399 commented on
Dec 5, 2024 • 0 new comments -
Customer feedback: Timestamp display on Sentry Web UI
#50473 commented on
Dec 5, 2024 • 0 new comments -
Filtering multiple releases within a crash free session alert
#50480 commented on
Dec 5, 2024 • 0 new comments -
Support bulk release file delete via API
#50613 commented on
Dec 5, 2024 • 0 new comments -
Support issue alerts over direct message
#54395 commented on
Dec 5, 2024 • 0 new comments -
Support custom cascading fields in Jira integrations
#54618 commented on
Dec 5, 2024 • 0 new comments -
Define error alerts based on both event count AND percentage change
#54486 commented on
Dec 5, 2024 • 0 new comments -
API - Stats_v2 doesn't show projects without events
#54621 commented on
Dec 5, 2024 • 0 new comments -
Alerts - Possibility to add additional data to the payload/json
#54691 commented on
Dec 5, 2024 • 0 new comments -
Enable more than one IF in the same Alert
#54643 commented on
Dec 5, 2024 • 0 new comments -
Limit Alerts to days or times of day
#54736 commented on
Dec 5, 2024 • 0 new comments -
"Sending notification to the issue assignee" action when creating an issue alert
#54751 commented on
Dec 5, 2024 • 0 new comments -
Ability to provide a browserlist query as an inbound filter
#54934 commented on
Dec 5, 2024 • 0 new comments -
[alerts] Add multiple conditions to metric alerts
#54952 commented on
Dec 5, 2024 • 0 new comments -
Alerts about crash-free sessions from specific error
#55020 commented on
Dec 5, 2024 • 0 new comments -
"Copy" Button for Exception Text in the stack trace
#55030 commented on
Dec 5, 2024 • 0 new comments -
Microsoft Teams Integration Link Unfurling
#55063 commented on
Dec 5, 2024 • 0 new comments -
Add ability to use tags as global filter for dashboards
#55036 commented on
Dec 5, 2024 • 0 new comments -
Snooze alerts for a specified period
#55127 commented on
Dec 5, 2024 • 0 new comments -
[Filters] Filter Session Updates by DID
#55086 commented on
Dec 5, 2024 • 0 new comments -
Custom measurements not available in metric alerts
#55159 commented on
Dec 5, 2024 • 0 new comments -
Improve inconsistent slack alert reliability
#55207 commented on
Dec 5, 2024 • 0 new comments -
Enable "Default Issue Level" setting at an org level
#55214 commented on
Dec 5, 2024 • 0 new comments -
Search capabilities for Attachments
#48680 commented on
Dec 5, 2024 • 0 new comments -
[Epic] Teams as Issue Participants
#55553 commented on
Dec 5, 2024 • 0 new comments -
Insights - Mobile Vitals - Switch to ratios for slow and frozen frame
#75317 commented on
Dec 6, 2024 • 0 new comments -
Insights - Mobile Vitals - Switch to ratio for frame delay
#75318 commented on
Dec 6, 2024 • 0 new comments -
Add tracing headers to task activations
#80054 commented on
Dec 6, 2024 • 0 new comments -
Workers should continue traces from web/other tasks
#80254 commented on
Dec 6, 2024 • 0 new comments -
[DevToolbar] Fix Tooltips and hovercards, react-portals seem broken across the toolbar boundary
#74470 commented on
Dec 6, 2024 • 0 new comments -
AppStarts / Screen Loads does not display data if any non-mobile project is selected
#74727 commented on
Dec 6, 2024 • 0 new comments -
APIs to Extract Web Vitals metrics from Sentry
#73880 commented on
Dec 6, 2024 • 0 new comments -
[Request] Make it easier to find dashboards I care about
#56327 commented on
Dec 6, 2024 • 0 new comments -
Ability add custom filters to dashboards
#76317 commented on
Dec 6, 2024 • 0 new comments -
Add data ingestion warnings to Dashboards
#80679 commented on
Dec 6, 2024 • 0 new comments -
Add Histograms to Dashboards
#80524 commented on
Dec 6, 2024 • 0 new comments -
Search puts cursor on the left side of logical operator after 'enter' is pressed
#79078 commented on
Dec 6, 2024 • 0 new comments -
Group release marklines in charts
#78041 commented on
Dec 6, 2024 • 0 new comments -
ref(styles) deprecate space export and add space to theme
#75790 commented on
Dec 2, 2024 • 0 new comments -
ref(styles) deprecate space export and add space to theme
#75912 commented on
Dec 6, 2024 • 0 new comments -
feat(alerts): Backend for default metric alerts
#75955 commented on
Nov 30, 2024 • 0 new comments -
feat(alerts): Default metric alerts on project creation
#76027 commented on
Dec 3, 2024 • 0 new comments -
Wmak/ref/remove remaining params references
#76224 commented on
Dec 6, 2024 • 0 new comments -
feat(self-hosted): Add support for `rediss://` scheme
#76411 commented on
Dec 6, 2024 • 0 new comments -
build(deps): bump the emotion-dependencies group across 1 directory with 4 updates
#76478 commented on
Dec 5, 2024 • 0 new comments -
Dashboard Widget's 'Limit to 5' should limit to 5 and not aggregate the rest as a 6th called Other
#51143 commented on
Dec 6, 2024 • 0 new comments -
Add colors to dashboard widgets
#50100 commented on
Dec 6, 2024 • 0 new comments -
Segmenting Data within an Equations in Dashboards
#49613 commented on
Dec 6, 2024 • 0 new comments -
Increased flexibility in dashboard dropdowns beyond environment, time range, releases
#48969 commented on
Dec 6, 2024 • 0 new comments -
Set global timezone for a dashboard
#48584 commented on
Dec 6, 2024 • 0 new comments -
Improve unit rendering on dashboard widgets
#48067 commented on
Dec 6, 2024 • 0 new comments -
Support sorting table widgets that have `session.status` columns in Dashboards
#46891 commented on
Dec 6, 2024 • 0 new comments -
Dashboard should not allow saving environment filter if env doesn't exist
#46870 commented on
Dec 6, 2024 • 0 new comments -
Add the ability to automatically share dashboards externally (slack, email, etc)
#46625 commented on
Dec 6, 2024 • 0 new comments -
Add to Dashboard from Discover has a blank title when a homepage query is saved
#45941 commented on
Dec 6, 2024 • 0 new comments -
Dashboard widget type that combines Chart and Big Number widget types
#45050 commented on
Dec 6, 2024 • 0 new comments -
Graph widget on dashboard not useful with 24h window
#44791 commented on
Dec 6, 2024 • 0 new comments -
Dashboard widget chart overlaps labels
#44790 commented on
Dec 6, 2024 • 0 new comments -
Time selection on a performance chart problematic
#44724 commented on
Dec 6, 2024 • 0 new comments -
Dashboard filters being set inconsistently
#44161 commented on
Dec 6, 2024 • 0 new comments -
Dashboard release filter only shows releases made within selected time range
#43781 commented on
Dec 6, 2024 • 0 new comments -
Release versioning sort does not work as expected (following semantic releases)
#41944 commented on
Dec 6, 2024 • 0 new comments -
Centralized filter terms
#80811 commented on
Dec 6, 2024 • 0 new comments -
Implement `LineChartWidget` up to Performance spec
#81440 commented on
Dec 6, 2024 • 0 new comments -
Make SDK update prompt less noisy/more meaningful
#37333 commented on
Dec 6, 2024 • 0 new comments -
ref(issues) add profiles for tab clicks
#79536 commented on
Dec 6, 2024 • 0 new comments -
chore(deps): bump the react-dependencies group across 1 directory with 4 updates
#79594 commented on
Dec 5, 2024 • 0 new comments -
chore(replay): add a log sampling filter and sample replay ingest logs
#79879 commented on
Dec 3, 2024 • 0 new comments -
chore(deps): bump mini-css-extract-plugin from 2.8.0 to 2.9.2
#80164 commented on
Dec 3, 2024 • 0 new comments -
remove release project_id column from db
#80368 commented on
Nov 30, 2024 • 0 new comments -
perf(hybrid-cloud): replace reverse call with fstring
#80371 commented on
Nov 30, 2024 • 0 new comments -
ref(warmup): remove language url resolving
#80372 commented on
Nov 30, 2024 • 0 new comments -
🤖 Add Processing Redis Configuration Options
#80432 commented on
Nov 30, 2024 • 0 new comments -
docs(sentry-apps): Adds sentry app details API documentation
#80508 commented on
Dec 4, 2024 • 0 new comments -
ref: upgrade to python 3.13.0
#80661 commented on
Dec 6, 2024 • 0 new comments -
fix(profiling) hint to opening aggregate flamegraph
#80698 commented on
Dec 6, 2024 • 0 new comments -
chore(billing): Add profile chunk to org stats v2 endpoint
#81019 commented on
Dec 2, 2024 • 0 new comments -
Remove metrics from Java SDK onboarding docs
#81036 commented on
Dec 2, 2024 • 0 new comments -
feat: use signed-urls for email confirmation
#81044 commented on
Dec 6, 2024 • 0 new comments -
chore(deps): bump the emotion-dependencies group across 1 directory with 4 updates
#81088 commented on
Dec 5, 2024 • 0 new comments -
fix(alerts): add alerts permission selector to API key generation page
#81190 commented on
Dec 3, 2024 • 0 new comments -
chore(alerts): Remove fe code for activated alerts
#81218 commented on
Dec 4, 2024 • 0 new comments -
chore(alerts): Remove org alert rule activations endpoint
#81281 commented on
Dec 4, 2024 • 0 new comments -
chore(alerts): Remove activated alerts from serializers
#81282 commented on
Dec 4, 2024 • 0 new comments -
feat(issue-details): Allow the filtering to apply to attachments
#81375 commented on
Dec 6, 2024 • 0 new comments -
ref: draw icons over text
#76767 commented on
Dec 3, 2024 • 0 new comments -
feat(alerts): Support apdex alerts for anomaly detection
#76960 commented on
Dec 4, 2024 • 0 new comments -
fix for issue-77000
#77012 commented on
Dec 1, 2024 • 0 new comments -
build(ui): Add rspack as webpack alternative
#77077 commented on
Dec 5, 2024 • 0 new comments -
Set local clickhouse container's hostname to clickhouse.dev.local
#77125 commented on
Dec 6, 2024 • 0 new comments -
copy(activity): Improve copy for linked Azure Devops issue
#77423 commented on
Dec 6, 2024 • 0 new comments -
build(deps): bump babel-loader from 9.1.3 to 9.2.1
#77834 commented on
Dec 6, 2024 • 0 new comments -
🤖 Enhance Tag Resolution and String Recording in Metrics Query Builder
#77988 commented on
Nov 30, 2024 • 0 new comments -
fix(tests): Validate that we can request deletes from Snuba
#78062 commented on
Dec 2, 2024 • 0 new comments -
feat(insights): Use EAP to power DB Module
#78144 commented on
Dec 2, 2024 • 0 new comments -
Revert "ref(uptiem): Remove uptime-api-create-update flag in fe (#781…
#78225 commented on
Dec 3, 2024 • 0 new comments -
Reintroduce fix(redis-lua): compatibility with dragonfly and lua 5.4
#78309 commented on
Dec 6, 2024 • 0 new comments -
chore(deps): bump the emotion-dependencies group across 1 directory with 4 updates
#78443 commented on
Dec 5, 2024 • 0 new comments -
fix(test-alerts): Passes a unique fingerprint for every notification test alert
#79057 commented on
Nov 30, 2024 • 0 new comments -
ci(jest): regenerate jest-balance.json
#79088 commented on
Dec 1, 2024 • 0 new comments -
ref(events): Add `has_stacktrace` property to `BaseEvent` class
#79100 commented on
Dec 1, 2024 • 0 new comments -
Split RC-Processing into two (errors and transactions
#79174 commented on
Dec 2, 2024 • 0 new comments -
fix(ui): Remove extra T in admin Queue page
#79349 commented on
Dec 3, 2024 • 0 new comments -
typing(grouping): Type sentry/tasks/embeddings_grouping/utils.py
#79405 commented on
Dec 6, 2024 • 0 new comments -
🤖 Add Event Logging and Buffer Management
#79513 commented on
Dec 6, 2024 • 0 new comments -
End to end flow mapping
#81309 commented on
Dec 6, 2024 • 0 new comments -
Landing page design explorations
#79902 commented on
Dec 6, 2024 • 0 new comments -
Dashboard landing page table view
#80391 commented on
Dec 6, 2024 • 0 new comments -
Adjust error message for rate limits reached
#78936 commented on
Dec 6, 2024 • 0 new comments -
Dashboard graphics with different time scale
#61148 commented on
Dec 6, 2024 • 0 new comments -
Show value unit in Big Number widget's value tooltip
#80743 commented on
Dec 6, 2024 • 0 new comments -
Apply Dashboard widget transaction filters to transaction links
#80184 commented on
Dec 6, 2024 • 0 new comments -
Dashboard operations in Audit Log
#77858 commented on
Dec 6, 2024 • 0 new comments -
Use "-" rather than "(empty string)" when a backend transaction has no HTTP method
#81391 commented on
Dec 6, 2024 • 0 new comments -
Queries: Mismatched table options in dropdown
#81392 commented on
Dec 6, 2024 • 0 new comments -
[Request] Remove/Increase the Dashboard Widgets Limit
#56326 commented on
Dec 6, 2024 • 0 new comments -
Dashboards Sections
#81316 commented on
Dec 6, 2024 • 0 new comments -
[Post-redesign] Y-axis scaling
#75729 commented on
Dec 6, 2024 • 0 new comments -
[Post-redesign] Customize chart colours
#81294 commented on
Dec 6, 2024 • 0 new comments -
Add option to select time interval within Dashboards
#47546 commented on
Dec 6, 2024 • 0 new comments -
Get taskworker-cron connected to devserver
#81459 commented on
Dec 6, 2024 • 0 new comments -
Build cron worker for scheduled tasks
#81458 commented on
Dec 6, 2024 • 0 new comments -
No results found in discover tab for query despite relevant transactions
#81418 commented on
Dec 6, 2024 • 0 new comments -
continue showing web vitals tab on frontend transactions
#78060 commented on
Dec 6, 2024 • 0 new comments -
Add missing queries to ALLOWED_EVENTS_REFERRERS
#77853 commented on
Dec 6, 2024 • 0 new comments -
[Epic] Team Workflow Notifications
#58353 commented on
Dec 5, 2024 • 0 new comments -
[epic] Various SQL improvements for sentry_groupedmessages table
#57594 commented on
Dec 5, 2024 • 0 new comments -
[Epic] Metric Issues
#78400 commented on
Dec 5, 2024 • 0 new comments -
[Epic] Severity-Based Alerts
#59868 commented on
Dec 5, 2024 • 0 new comments -
[Epic] Mobile Replay: GA
#74441 commented on
Dec 5, 2024 • 0 new comments -
[EPIC] Custom Views Frontend Epic
#73090 commented on
Dec 5, 2024 • 0 new comments -
[epic] support porting cardinality limiter from indexer to relay
#60386 commented on
Dec 5, 2024 • 0 new comments -
[EPIC] Replay Bias
#48137 commented on
Dec 5, 2024 • 0 new comments -
improve inbound filters
#80731 commented on
Dec 5, 2024 • 0 new comments -
Error while installing Azure DevOps integration
#81229 commented on
Dec 5, 2024 • 0 new comments -
"Additional Data" event field not rendered in the UI.
#81417 commented on
Dec 5, 2024 • 0 new comments -
web-vitals indicators will always change
#76840 commented on
Dec 5, 2024 • 0 new comments -
Allow searching by geo location.
#76397 commented on
Dec 5, 2024 • 0 new comments -
Rules for ignoring/archiving issues until conditions are met
#76115 commented on
Dec 5, 2024 • 0 new comments -
Get 500 Internal Server error when adding GitHub Integration
#81357 commented on
Dec 6, 2024 • 0 new comments -
Synchronize cursors on all Insights pages
#77242 commented on
Dec 6, 2024 • 0 new comments -
Legend Component Updates
#81315 commented on
Dec 6, 2024 • 0 new comments -
Add a Line to Dashboard Widgets
#71564 commented on
Dec 6, 2024 • 0 new comments -
Show open issues in index page of query insights
#81389 commented on
Dec 6, 2024 • 0 new comments -
Favourite Dashboards <3
#78023 commented on
Dec 6, 2024 • 0 new comments -
Integrate `LineChartWidget` into Insights landing pages
#79769 commented on
Dec 6, 2024 • 0 new comments -
Discrepancies between Accepted Events in Stats and Sample Count in Discover
#80885 commented on
Dec 6, 2024 • 0 new comments -
In all Performance Views (Transaction Overview Pages, Queries, App Loads, etc.) it should be possible to filter data by span attributes
#79197 commented on
Dec 6, 2024 • 0 new comments -
Don't have transactions go through post_process
#81065 commented on
Dec 6, 2024 • 0 new comments -
Issues from projects I did not select are listed
#81027 commented on
Dec 6, 2024 • 0 new comments -
Warn users in Web Vitals and trace view that Timing-Allow-Origin must be set for accurate scores
#80747 commented on
Dec 6, 2024 • 0 new comments -
Create alerts directly from insights
#72507 commented on
Dec 6, 2024 • 0 new comments -
More details on the Requests page
#72628 commented on
Dec 6, 2024 • 0 new comments -
Adding Release Data to issue datasets
#60028 commented on
Dec 6, 2024 • 0 new comments -
Dashboard - I want to be able to see the amount of issues per selected team
#59970 commented on
Dec 6, 2024 • 0 new comments -
Enhanced Dashboard Visualization Options
#59951 commented on
Dec 6, 2024 • 0 new comments -
Add Ability to filter and group Releases by Package, version, Build-ID in Dashboards
#59807 commented on
Dec 6, 2024 • 0 new comments -
Improve visibility for Issues Widget in Dashboards
#59448 commented on
Dec 6, 2024 • 0 new comments -
Embeddable URL for Dashboard widget or saved Discovery query
#59157 commented on
Dec 6, 2024 • 0 new comments -
Feature to add an external link in Sentry Dashboard to navigate
#59102 commented on
Dec 6, 2024 • 0 new comments -
Using has in widgets does not work as expected
#57061 commented on
Dec 6, 2024 • 0 new comments -
Filter errors that are not related to my team
#55128 commented on
Dec 6, 2024 • 0 new comments -
Reporting at the assignment level
#53495 commented on
Dec 6, 2024 • 0 new comments -
app_start_cold and app.start.cold conflict in Dashboards and cause 500
#52282 commented on
Dec 6, 2024 • 0 new comments -
Dashboard Auto Refresh Feature for Monitoring
#51144 commented on
Dec 6, 2024 • 0 new comments -
Remove project column if there is only one project selected
#81401 commented on
Dec 6, 2024 • 0 new comments -
Filters on Transaction Summary page populate invalid `event.type:transaction`
#78024 commented on
Dec 6, 2024 • 0 new comments -
Add to Filter is broken on the performance tags page
#78725 commented on
Dec 6, 2024 • 0 new comments -
Differentiate between "no data" and 0, when calculating Web Vitals score
#77071 commented on
Dec 6, 2024 • 0 new comments -
Assets/Requests/Trace View: show additional information breaking down timings of each step in request lifecycle
#79975 commented on
Dec 6, 2024 • 0 new comments -
Develop opinionated performance score as replacement to User Misery / Apdex
#76870 commented on
Dec 6, 2024 • 0 new comments -
[Post-redesign] Improve widget library
#81295 commented on
Dec 6, 2024 • 0 new comments -
Integrate `LineChartWidget` into Project Details
#79770 commented on
Dec 6, 2024 • 0 new comments -
In "Potential Causes" section of performance issues link to domain specific charts if applicable
#75068 commented on
Dec 6, 2024 • 0 new comments -
Show React component names in Web Vitals
#76538 commented on
Dec 6, 2024 • 0 new comments -
Do not open throughput based performance alerts, such as Endpoint Regression, on low volume endpoints
#75074 commented on
Dec 6, 2024 • 0 new comments -
Add platform specific links to empty state screens
#74728 commented on
Dec 6, 2024 • 0 new comments -
Rename transaction column in domain overview pages
#81400 commented on
Dec 6, 2024 • 0 new comments -
Aggregate metrics for components and interaction targets
#76540 commented on
Dec 6, 2024 • 0 new comments -
Create a share endpoint
#81307 commented on
Dec 6, 2024 • 0 new comments -
Modify Dashboard details endpoint to return uuid
#81306 commented on
Dec 6, 2024 • 0 new comments -
Create a share/widget endpoint
#81308 commented on
Dec 6, 2024 • 0 new comments -
Add/Update Backend Model to support creating share links
#80585 commented on
Dec 6, 2024 • 0 new comments -
Integrate `BigNumberWidget` into Organization Stats
#77781 commented on
Dec 6, 2024 • 0 new comments -
Integrate `LineChartWidget` into Dashboards
#79768 commented on
Dec 6, 2024 • 0 new comments -
[unmerging] Hash getting stuck in locked state
#60626 commented on
Dec 5, 2024 • 0 new comments -
"Merged issue" should show fingerprint value too
#61027 commented on
Dec 5, 2024 • 0 new comments -
`capture_message` with stacktrace has title "message"
#61239 commented on
Dec 5, 2024 • 0 new comments -
Issues UI does not gracefully handle events which have exceeded retention
#61309 commented on
Dec 5, 2024 • 0 new comments -
AggregateError error message is ignored during processing
#62299 commented on
Dec 5, 2024 • 0 new comments -
Dedupe of Suggested Assignees removes Codeowners
#61314 commented on
Dec 5, 2024 • 0 new comments -
Sort by Users Causes Issue Details page 'Replay' section Error 'The field 'user' is not a sortable field'
#62784 commented on
Dec 5, 2024 • 0 new comments -
Jira Cloud Integration: Assignee, status and comments don't sync
#62840 commented on
Dec 5, 2024 • 0 new comments -
Translation in Sentry Does Not Work as Expected
#63225 commented on
Dec 5, 2024 • 0 new comments -
Text cut off when expanding the State (Redux) context
#63607 commented on
Dec 5, 2024 • 0 new comments -
[grouping] `stack.module` in LHS of fingerprinting rule sometimes different from `stack.module` of RHS
#63882 commented on
Dec 5, 2024 • 0 new comments -
Resolving by version has many duplicated items
#66069 commented on
Dec 5, 2024 • 0 new comments -
Project counters get stuck and projects can't create new issues
#65745 commented on
Dec 5, 2024 • 0 new comments -
Release overview - New issues counter doesn't filter when selecting environment
#66767 commented on
Dec 5, 2024 • 0 new comments -
Issue's Owners don't change even if the team does not exist
#66165 commented on
Dec 5, 2024 • 0 new comments -
In Dashboards (e.g Backend Dashboard) the filtered list of project, is not persisted in the Dashboard Setting
#66864 commented on
Dec 5, 2024 • 0 new comments -
Cannot Use Event Filter "title" in Performance Alert
#67013 commented on
Dec 5, 2024 • 0 new comments -
Dashboard "Crash Rates for Recent Releases" widget library not work.
#68648 commented on
Dec 5, 2024 • 0 new comments -
[BitBucket] "Set up Code Mapping" modal in Issue Details
#68600 commented on
Dec 5, 2024 • 0 new comments -
Transaction Duration Metrics don't match Measurement Metrics
#68747 commented on
Dec 5, 2024 • 0 new comments -
[grouping] Buggy edge cases in `filter_exceptions_for_exception_groups` - no/empty exception `0`
#73592 commented on
Dec 5, 2024 • 0 new comments -
New tags layout causes result in slow load when event has many tags (500+)
#73196 commented on
Dec 5, 2024 • 0 new comments -
Incorrect redirect when searching for 'Let Members Create and Edit Alerts' setting.
#73692 commented on
Dec 5, 2024 • 0 new comments -
Sentry request body hides empty dictionary keys
#75146 commented on
Dec 5, 2024 • 0 new comments -
GitHub CODEOWNERS sync when team removed fails
#73980 commented on
Dec 5, 2024 • 0 new comments -
Reprocessing while Reprocessing breaks Reprocessing
#75723 commented on
Dec 5, 2024 • 0 new comments -
Sentry didn't show me any endpoint nor function regression issues
#75407 commented on
Dec 5, 2024 • 0 new comments -
Project issues filter problem
#75876 commented on
Dec 5, 2024 • 0 new comments -
Settings - Spend allocation root allocation breaks when customers re-provision with different quota agreements
#77545 commented on
Dec 5, 2024 • 0 new comments -
'Sort by' for widgets doesn’t always work correctly
#76417 commented on
Dec 5, 2024 • 0 new comments -
Custom project_id tag unsearchable and leads to error
#77564 commented on
Dec 5, 2024 • 0 new comments -
Discrepancy between number of issues pointed by the for review tab and issues list.
#77850 commented on
Dec 5, 2024 • 0 new comments -
[Issues Search] 'Hydration' search shows no results despite hydration errors being in the project
#78729 commented on
Dec 5, 2024 • 0 new comments -
Real-Time updates stop working when page is refreshed.
#79219 commented on
Dec 5, 2024 • 0 new comments -
Missing stack frame titles
#79268 commented on
Dec 5, 2024 • 0 new comments -
the stall percentage is more than 100%
#79261 commented on
Dec 5, 2024 • 0 new comments -
[Search] The new Issue View shows inconsistent data
#81113 commented on
Dec 5, 2024 • 0 new comments -
Custom Date filter not working as expected
#59814 commented on
Dec 5, 2024 • 0 new comments -
"Preview" in Issue Alerts does not filter correctly based on the environment defined in the Alert conditions
#60271 commented on
Dec 5, 2024 • 0 new comments -
Replay does not always update correctly when navigating between events in an issue
#60705 commented on
Dec 5, 2024 • 0 new comments -
Investigate grouping issues for minidump errors
#50155 commented on
Dec 5, 2024 • 0 new comments -
Stack trace root should be able to handle whitespace
#57798 commented on
Dec 5, 2024 • 0 new comments -
Spend Allocations not being respected
#57935 commented on
Dec 5, 2024 • 0 new comments -
Aggregated exceptions search not working.
#58326 commented on
Dec 5, 2024 • 0 new comments -
You cannot select dates that span across months
#59265 commented on
Dec 5, 2024 • 0 new comments -
Clicking element in collapsed set does nothing in tree
#44668 commented on
Dec 5, 2024 • 0 new comments -
Bug: Navigate from Transaction summary to Transaction > Replay tab, while on Team plan, shows multi project selection error
#44673 commented on
Dec 5, 2024 • 0 new comments -
Auto-assign to suspect commit not working as expected.
#44734 commented on
Dec 5, 2024 • 0 new comments -
Sentry Gitlab Plugin does checks of SSL Certificate even it should not do
#45313 commented on
Dec 5, 2024 • 0 new comments -
AWS Lambda integration overwrite environment variables
#46376 commented on
Dec 5, 2024 • 0 new comments -
any(...) function in yaxis breaks discover events-stats
#46382 commented on
Dec 5, 2024 • 0 new comments -
Flakey test on events endpoint involving meps
#46451 commented on
Dec 5, 2024 • 0 new comments -
Flakey test on events-stats
#46461 commented on
Dec 5, 2024 • 0 new comments -
The Alert Conditions of an alert do not reflect the alert configuration
#46515 commented on
Dec 5, 2024 • 0 new comments -
Discrepancy between count_crashed(session) and sum(session) grouped by session.status
#46606 commented on
Dec 5, 2024 • 0 new comments -
Broken error link in transaction detail page
#46853 commented on
Dec 5, 2024 • 0 new comments -
Workflow notification for new User feedback are not sent to user
#47002 commented on
Dec 5, 2024 • 0 new comments -
Creating project with reserved word (subscription) results in skewed project name
#47294 commented on
Dec 5, 2024 • 0 new comments -
dateReleased field is not respected when marking regressions.
#47218 commented on
Dec 5, 2024 • 0 new comments -
Alert UI Glitch: Metric overlay outside bounds of graph
#47541 commented on
Dec 5, 2024 • 0 new comments -
Expand Releases Alert Options (Session Alerts)
#76113 commented on
Dec 5, 2024 • 0 new comments -
Issues List "First Seen" Option Not Sorting As Expected
#50262 commented on
Dec 5, 2024 • 0 new comments -
Issues stream - Sorting on Issue count is mixed when Performance Issues are present
#50961 commented on
Dec 5, 2024 • 0 new comments -
Event counts should be consistent for merged issues
#51081 commented on
Dec 5, 2024 • 0 new comments -
Bug: Various Replay Details > Memory chart bugs
#51465 commented on
Dec 5, 2024 • 0 new comments -
github.webhook.missing-signature
#51373 commented on
Dec 5, 2024 • 0 new comments -
Filters showing up incorrectly in Audit Logs
#51611 commented on
Dec 5, 2024 • 0 new comments -
Transferring a project breaks code mappings
#52316 commented on
Dec 5, 2024 • 0 new comments -
Ownership Rules doesn't always auto-assign
#53134 commented on
Dec 5, 2024 • 0 new comments -
User Segment data not populating user.segment tag for PHP
#53457 commented on
Dec 5, 2024 • 0 new comments -
Resolving an issue via integration (i.e. jira issue status sync) do not trigger webhook
#54089 commented on
Dec 5, 2024 • 0 new comments -
Date selector on the Queue Overview page doesn't work
#54301 commented on
Dec 5, 2024 • 0 new comments -
Releases & Dashboard disagree on user number
#54232 commented on
Dec 5, 2024 • 0 new comments -
Web UI time format is inconsistent, doesn't respect 24h settings
#54925 commented on
Dec 5, 2024 • 0 new comments -
Custom title created via fingerprint rule not showing in slack alerts
#54613 commented on
Dec 5, 2024 • 0 new comments -
Sample event not created properly for ASP.NET Core projects
#54965 commented on
Dec 5, 2024 • 0 new comments -
Wrong codeowners rule applied
#55016 commented on
Dec 5, 2024 • 0 new comments -
Customer fingerprint rule does not work (no stacktrace in issue)
#55912 commented on
Dec 5, 2024 • 0 new comments -
Configurable branch options for Github Integration
#55763 commented on
Dec 5, 2024 • 0 new comments -
Unmerging Merged Issues not working
#56334 commented on
Dec 5, 2024 • 0 new comments -
Inconsistent number of issues first seen in release
#56592 commented on
Dec 5, 2024 • 0 new comments -
Stats: See the possibility to query by 1m interval
#79818 commented on
Dec 2, 2024 • 0 new comments -
[Try Codecov Button]
#79554 commented on
Dec 4, 2024 • 0 new comments -
Calculate Cost of Sentry Projects
#74204 commented on
Dec 4, 2024 • 0 new comments -
Include link to usage information in usage update email
#70657 commented on
Dec 4, 2024 • 0 new comments -
[Subscription Flow] Per Event Price Is Misleading
#54961 commented on
Dec 4, 2024 • 0 new comments -
Have a separate email field only for receipts
#54821 commented on
Dec 4, 2024 • 0 new comments -
Set customizable alerts for Error Quota Notifications
#75837 commented on
Dec 4, 2024 • 0 new comments -
Allow organization managers to see the subscription page
#75369 commented on
Dec 4, 2024 • 0 new comments -
[Crons] Annual Billing Solution For Crons
#74133 commented on
Dec 4, 2024 • 0 new comments -
Update Org Stats API with Performance Units measurement category
#58867 commented on
Dec 4, 2024 • 0 new comments -
[Trials] Process Upgrade At The End Of A Trial
#60188 commented on
Dec 4, 2024 • 0 new comments -
[Trials] Periodically Offer A Business Plan Trial
#64623 commented on
Dec 4, 2024 • 0 new comments -
get alerts in slack regarding reaching error quota, not only by email
#65389 commented on
Dec 4, 2024 • 0 new comments -
[Trials] Give customers more control over managing their trials
#66326 commented on
Dec 4, 2024 • 0 new comments -
Sentry receipts are generated with incorrect date in their name
#66672 commented on
Dec 4, 2024 • 0 new comments -
In unknown cases, the Sentry Id is not passed to Codecov when the `start trial` button is clicked in the Sentry billing UI
#69194 commented on
Dec 4, 2024 • 0 new comments -
Capacity depleted notification for Cron
#71818 commented on
Dec 4, 2024 • 0 new comments -
Spike Protection for Attachments- Configurable Thresholds
#53153 commented on
Dec 4, 2024 • 0 new comments -
Spike Protection - Slack integration doesn't automatically clears the Channel ID
#58754 commented on
Dec 4, 2024 • 0 new comments -
Ensure new projects have spike thresholds after creation
#60266 commented on
Dec 4, 2024 • 0 new comments -
Spike Protection Algorithm allowed error spike
#76751 commented on
Dec 4, 2024 • 0 new comments -
`LineChartWidget`
#79765 commented on
Dec 2, 2024 • 0 new comments -
[EPIC] Widget Builder Redesign
#81292 commented on
Dec 2, 2024 • 0 new comments -
Bug in APIs to resolve Issues
#66422 commented on
Dec 2, 2024 • 0 new comments -
Logging an error using an `NSError` subclass results in custom fingerprints being ignored
#81454 commented on
Dec 2, 2024 • 0 new comments -
Close Alerts in Opsgenie when Metric alert resolves instead of Acknowledging it
#62261 commented on
Dec 2, 2024 • 0 new comments -
Project Alerts should offer a link to UserSettings
#81451 commented on
Dec 2, 2024 • 0 new comments -
Alert Unsubscribe Link should take me to Alert Settings
#81450 commented on
Dec 2, 2024 • 0 new comments -
Sending notifications of metrics alerts to slack channels with mentions.
#53396 commented on
Dec 2, 2024 • 0 new comments -
Insights - Mobile Screens
#75120 commented on
Dec 3, 2024 • 0 new comments -
User management - Prevent users with role Members from freely creating teams so they can still create projects
#81310 commented on
Dec 3, 2024 • 0 new comments -
Integration options for Audit Logs
#81337 commented on
Dec 3, 2024 • 0 new comments -
Granular Permission Levels for Teams
#81299 commented on
Dec 3, 2024 • 0 new comments -
Stop passing in the approval_prompt=force query param to the initial sign in page
#73879 commented on
Dec 3, 2024 • 0 new comments -
Okta SCIM Integration Issue with Sentry
#81395 commented on
Dec 3, 2024 • 0 new comments -
Duplicate release ID causes failures to open related tabs
#71655 commented on
Dec 3, 2024 • 0 new comments -
Web Vitals / Mobile: Regional Performance Metrics
#75230 commented on
Dec 3, 2024 • 0 new comments -
Supportability for Gerrit Code Review
#59687 commented on
Dec 3, 2024 • 0 new comments -
Sentry on RHEL 8.8
#78593 commented on
Dec 4, 2024 • 0 new comments -
Onboarding double-click selection in Safari
#79958 commented on
Dec 4, 2024 • 0 new comments -
Onboarding: Better communicate the ability of persisting minidumps
#79395 commented on
Dec 4, 2024 • 0 new comments -
Spike Protection: Minimum Event Calculation capes project count to 5, even when having 100 projects in contract - flexibility needed
#76855 commented on
Dec 4, 2024 • 0 new comments -
[Replay Index] Allow search by `geo.region` for replay and user feedback events
#67001 commented on
Dec 5, 2024 • 0 new comments -
Enable Seconds interval for Cron monitor schedules
#71333 commented on
Dec 5, 2024 • 0 new comments -
[Hydration Errors] Add Clarification Message/Banner on Inbound Filters and Errors Quota
#74942 commented on
Dec 5, 2024 • 0 new comments -
[User Feedback] [Design] Update the Feedback Index (Empty State) to Convey What the Product Is
#75337 commented on
Dec 5, 2024 • 0 new comments -
Cleanup FileBlob
#76357 commented on
Dec 5, 2024 • 0 new comments -
Add docs links to event processing errors
#76014 commented on
Dec 5, 2024 • 0 new comments -
Sequence trimming logic is confusing
#32357 commented on
Dec 5, 2024 • 0 new comments -
Allow for appending refs in existing release when new repository is provided
#32617 commented on
Dec 5, 2024 • 0 new comments -
[Transaction Fields] Track Spans.* Counts In Addition To Spans.* Duration
#43326 commented on
Dec 5, 2024 • 0 new comments -
Add support for a function that shows the earliest time of the event in Discover
#46703 commented on
Dec 5, 2024 • 0 new comments -
Don't hide (and then reshow) the heading query when loading the chart in the most time consuming queries widget
#57119 commented on
Dec 5, 2024 • 0 new comments -
add visual indication when sentry truncates dict data
#68426 commented on
Dec 5, 2024 • 0 new comments -
Lambda Layers are not removed when Project is removed.
#73177 commented on
Dec 5, 2024 • 0 new comments -
Local variables aren't expanded properly
#69844 commented on
Dec 5, 2024 • 0 new comments -
Editing Project Key Rate Limit Window Creates 2 Audit Log Entries
#70234 commented on
Dec 5, 2024 • 0 new comments -
breadcrumbs sorted by oldest should be automatically scrolled at bottom
#70754 commented on
Dec 5, 2024 • 0 new comments -
Stack trace “tooltip” makes it difficult to navigate Issues view
#70857 commented on
Dec 5, 2024 • 0 new comments -
Frontend runtime error when navigating to new User Feedback page
#70887 commented on
Dec 5, 2024 • 0 new comments -
<BaseAvatar/>'s SVG rendering is buggy on Safari
#71349 commented on
Dec 5, 2024 • 0 new comments -
Inner Exception not shown, only Outer Exception for Dotnet, works for ASP.NET
#71407 commented on
Dec 5, 2024 • 0 new comments -
Reset spike event count on disabling spike protection
#78311 commented on
Dec 4, 2024 • 0 new comments -
Spend Allocation Category selection is not persisted
#79011 commented on
Dec 5, 2024 • 0 new comments -
Allow Rate Limit per Billing Cycle
#76940 commented on
Dec 5, 2024 • 0 new comments -
Spend Allocation for Session Replays, Cron Monitors, and Metrics
#68914 commented on
Dec 5, 2024 • 0 new comments -
Spend allocations entry not showing in the UI
#66581 commented on
Dec 5, 2024 • 0 new comments -
Allow for customizable alerts for Spend Allocations
#57574 commented on
Dec 5, 2024 • 0 new comments -
Trial Volume counted by Spend Allocation - Unable to Ingest New events
#56867 commented on
Dec 5, 2024 • 0 new comments -
Spend Allocation per Environment
#54783 commented on
Dec 5, 2024 • 0 new comments -
Spend allocation per team
#54542 commented on
Dec 5, 2024 • 0 new comments -
Allocate on-demand spend to specific important project(s)
#51966 commented on
Dec 5, 2024 • 0 new comments -
Add event quota data to the project and organization endpoints
#51246 commented on
Dec 5, 2024 • 0 new comments -
Configuring spend allocation for future periods so we can allocate the entire quota and not just available quota
#51721 commented on
Dec 5, 2024 • 0 new comments -
[jira] Detect when project has custom required fields and show error when creating Jira issue
#52779 commented on
Dec 5, 2024 • 0 new comments -
Replace Sendgrid SMTP to instead use their API
#57792 commented on
Dec 5, 2024 • 0 new comments -
Guide: How to create a working code mapping
#54764 commented on
Dec 5, 2024 • 0 new comments -
Onboarding: confusing message for the users that don't have Sentry account but are invited to the team
#79399 commented on
Dec 5, 2024 • 0 new comments -
Need FIPS 140-3 support
#66195 commented on
Dec 5, 2024 • 0 new comments -
[User Feedback] Allow to search for `is:linked` on the User Feedback List page to determine which feedbacks do not have a ticket
#61767 commented on
Dec 5, 2024 • 0 new comments -
[User Feedback] Add Replay link to default message when creating a ticket from a ticket integration (i.e., Github, JIRA, etc.)
#61768 commented on
Dec 5, 2024 • 0 new comments -
Update "Project Creation" / "New User Onboarding" Flow for Session Replay for Web BE Projects
#63788 commented on
Dec 5, 2024 • 0 new comments -
Add ability to ignore specific issues in a particular (app) version
#68059 commented on
Dec 5, 2024 • 0 new comments -
Download crash reports as symbolicated stack traces
#69176 commented on
Dec 5, 2024 • 0 new comments -
Improve Breadth of Regression Detection (Performance Issues)
#69097 commented on
Dec 5, 2024 • 0 new comments -
issue.complexity to gauge how difficult an issue would be to fix/address
#70002 commented on
Dec 5, 2024 • 0 new comments -
Support drag and drop in event highlights fields
#70224 commented on
Dec 5, 2024 • 0 new comments -
Large events strategy
#70342 commented on
Dec 5, 2024 • 0 new comments -
Customize settings for Weekly Report
#70800 commented on
Dec 5, 2024 • 0 new comments -
Filter out linked issue when creating alert rules
#70893 commented on
Dec 5, 2024 • 0 new comments -
Filter alerts by dynamic tag value
#71239 commented on
Dec 5, 2024 • 0 new comments -
Add "Else If" condition in alert rules
#71327 commented on
Dec 5, 2024 • 0 new comments -
Request for Korean Language Support
#71508 commented on
Dec 5, 2024 • 0 new comments -
Issues page real time update no respecting "events" sort.
#71430 commented on
Dec 5, 2024 • 0 new comments -
Send an Sentry Issue with associated GitHub Issues to Slack
#71737 commented on
Dec 5, 2024 • 0 new comments -
flood protection
#71520 commented on
Dec 5, 2024 • 0 new comments -
[feature request] Ability to combine conditions in custom inbound filters
#71901 commented on
Dec 5, 2024 • 0 new comments -
Customisable columns on issues screen
#72081 commented on
Dec 5, 2024 • 0 new comments -
Support code mappings for stacktrace path which changes on every release
#72307 commented on
Dec 5, 2024 • 0 new comments -
Display errors filtered by fields in Weekly Report
#72922 commented on
Dec 5, 2024 • 0 new comments -
Dynamic Remote Config
#72932 commented on
Dec 5, 2024 • 0 new comments -
Better support for many feature flags.
#73187 commented on
Dec 5, 2024 • 0 new comments -
Update filtering for an issue directly from web UI
#77535 commented on
Dec 5, 2024 • 0 new comments -
Keep environment filters when switching between projects
#76663 commented on
Dec 5, 2024 • 0 new comments -
Aggregate data/metrics between codecov + sentry
#78172 commented on
Dec 5, 2024 • 0 new comments -
Transaction insights in Releases Landing Page, where applicable
#78698 commented on
Dec 5, 2024 • 0 new comments -
Data point selections in Stats page are not persisted
#79012 commented on
Dec 5, 2024 • 0 new comments -
Make full title and exception message accessible via API
#78941 commented on
Dec 5, 2024 • 0 new comments -
Event detail -> Screenshots - show a carousel so we can quickly cycle through the screenshots
#79076 commented on
Dec 5, 2024 • 0 new comments -
Send alerts for suspect comments
#79286 commented on
Dec 5, 2024 • 0 new comments -
Allow `is:archived` in metric alerts
#80076 commented on
Dec 5, 2024 • 0 new comments -
in-bound filter matching against more than the error message?
#79935 commented on
Dec 5, 2024 • 0 new comments -
Editing Fingerprint Rules and Stack Trace Rules should show a preview of which issues will be affected
#80287 commented on
Dec 5, 2024 • 0 new comments -
Spend allocation - I want teams to be able to check their current consumption compared to spend allocation
#80366 commented on
Dec 5, 2024 • 0 new comments -
Viewing numeric data in tags as histogram
#80730 commented on
Dec 5, 2024 • 0 new comments -
Show location (city / state) on report pages
#80932 commented on
Dec 5, 2024 • 0 new comments -
Team or Organizational-Level Notification Settings
#81300 commented on
Dec 5, 2024 • 0 new comments -
Alerts - Have a When trigger that looks for when ownership Change to team X to send out slack alert to Team X
#81456 commented on
Dec 5, 2024 • 0 new comments -
Issue Owners - option for disabling email notification
#67324 commented on
Dec 5, 2024 • 0 new comments -
Enable `Raw Stack Trace` as default
#66946 commented on
Dec 5, 2024 • 0 new comments -
Resolve Issue in The Next Deploy
#67830 commented on
Dec 5, 2024 • 0 new comments -
Reassign Issue Based on Updated Issue Owners Rule
#67833 commented on
Dec 5, 2024 • 0 new comments -
Generic issue metadata support in issue alert actions
#73322 commented on
Dec 5, 2024 • 0 new comments -
Incorporate User Feedback into issue priority
#66278 commented on
Dec 5, 2024 • 0 new comments -
Un-bundle permissions to unlink Jira issue and deleting events.
#66227 commented on
Dec 5, 2024 • 0 new comments -
Show relevant query failures or timeouts in the Queries module
#66851 commented on
Dec 5, 2024 • 0 new comments -
Exclude Issue from IssueOwners
#66780 commented on
Dec 5, 2024 • 0 new comments -
Custom Slack notification content for Metric Alerts - Add tags like Issue Alerts
#66937 commented on
Dec 5, 2024 • 0 new comments -
Ignore data scrubbing for a particular context
#58572 commented on
Dec 5, 2024 • 0 new comments -
Inbound filters: Add counts per error message filter
#58640 commented on
Dec 5, 2024 • 0 new comments -
Ability to trigger an Alert every single time the Alert's conditions are met
#59002 commented on
Dec 5, 2024 • 0 new comments -
Create alert from saved search
#59295 commented on
Dec 5, 2024 • 0 new comments -
CODEOWNERS file do not sync automatically.
#59096 commented on
Dec 5, 2024 • 0 new comments -
Provide the ability to apply custom logic to event processing/governance in Relay
#59451 commented on
Dec 5, 2024 • 0 new comments -
Feature Flag Support
#59428 commented on
Dec 5, 2024 • 0 new comments -
Discord Integration: Give feedback to channel of actions taken by users
#59467 commented on
Dec 5, 2024 • 0 new comments -
Support project level weekly reports.
#59719 commented on
Dec 5, 2024 • 0 new comments -
Be able to send test notifications for metric alerts
#59913 commented on
Dec 5, 2024 • 0 new comments -
Add a button for copying file path
#60032 commented on
Dec 5, 2024 • 0 new comments -
Restrict access to Sentry Dashboard and Sentry Alerts
#59999 commented on
Dec 5, 2024 • 0 new comments -
Potential changes/improvements to "archive forever" functionality
#60159 commented on
Dec 5, 2024 • 0 new comments -
'Require on-prem Relay' setting to drop any events sent to Sentry directly
#60385 commented on
Dec 5, 2024 • 0 new comments -
Clearer labeling in the issue view for "our code" vs "SDK/3rd party" code
#60160 commented on
Dec 5, 2024 • 0 new comments -
Metrics Alerts added logical
#61928 commented on
Dec 5, 2024 • 0 new comments -
Add mass assign feature for Issues to Sentry UI
#61935 commented on
Dec 5, 2024 • 0 new comments -
Keep the existing data of an Issue when we delete and discard the future events for it
#61940 commented on
Dec 5, 2024 • 0 new comments -
Issue - Be able to automatically Archive issues based on certain Criteria
#62258 commented on
Dec 5, 2024 • 0 new comments -
Advanced Alerting settings
#62002 commented on
Dec 5, 2024 • 0 new comments -
Allow disabling user initiated organizational invites when SSO is required
#62830 commented on
Dec 5, 2024 • 0 new comments -
Updated ownership rules are ignored
#62757 commented on
Dec 5, 2024 • 0 new comments -
Weekly Report - Improve Naming on Weekly report email
#63190 commented on
Dec 5, 2024 • 0 new comments -
Add tags/label to project
#63173 commented on
Dec 5, 2024 • 0 new comments -
Manually upload Debug Files
#63494 commented on
Dec 5, 2024 • 0 new comments -
Add Longer Time Intervals in Metric Alert
#63415 commented on
Dec 5, 2024 • 0 new comments -
Ownership Rules: Multiple Matches
#63638 commented on
Dec 5, 2024 • 0 new comments -
Multi project issue grouping while having 1 base library
#63676 commented on
Dec 5, 2024 • 0 new comments -
Link issues and their resolutions together without merging
#63956 commented on
Dec 5, 2024 • 0 new comments -
Don't know how to use linked issue properties in issues search filter
#63945 commented on
Dec 5, 2024 • 0 new comments -
Allow customizing health check patterns
#65016 commented on
Dec 5, 2024 • 0 new comments -
Add more to distinguish between different alerts in Slack
#65039 commented on
Dec 5, 2024 • 0 new comments -
Link a Sentry Issue to an Alert Rule
#65074 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] Resolve issue in "Upcoming release"
#65525 commented on
Dec 5, 2024 • 0 new comments -
[Feature Request] Custom Saved Search for Teams
#65096 commented on
Dec 5, 2024 • 0 new comments -
Invalid project name in Stats > Issues
#47534 commented on
Dec 5, 2024 • 0 new comments -
Merging Sentry Issues that have linked Jira Issues can result in the Jira link being removed
#24291 commented on
Dec 5, 2024 • 0 new comments -
Jira workflow statuses repeated in sync settings
#24332 commented on
Dec 5, 2024 • 0 new comments -
Duplicate accounts on sentry.io are not deduplicated or prevented.
#24323 commented on
Dec 5, 2024 • 0 new comments -
merging two issues can cause events to not be reflected in total event count ("times_seen")
#25673 commented on
Dec 5, 2024 • 0 new comments -
First api request to an endpoint is failing with 429 code
#40959 commented on
Dec 5, 2024 • 0 new comments -
Prevent Apdex Alerts from being triggered for periods with no transactions
#41174 commented on
Dec 5, 2024 • 0 new comments -
Sentry Stats page does not respect 24 hour clock format
#43423 commented on
Dec 5, 2024 • 0 new comments -
[Issue Details Code Mapping Prompt] Resulting POST Request Incorrect
#43399 commented on
Dec 5, 2024 • 0 new comments -
No SCM repos displayed in integration config - pagination bug
#43514 commented on
Dec 5, 2024 • 0 new comments -
Crash report positions itself outside safe area on iOS
#43715 commented on
Dec 5, 2024 • 0 new comments -
Crons: Warn on mismatched schedule
#44387 commented on
Dec 5, 2024 • 0 new comments -
Crons: Allow checkins to be "early" by a margin
#44390 commented on
Dec 5, 2024 • 0 new comments -
Crons: Do not mark late success as "okay"
#44393 commented on
Dec 5, 2024 • 0 new comments -
events-stats internal error when using total.count in equation with 0 total results
#44663 commented on
Dec 5, 2024 • 0 new comments -
Org auth does not redirect to correct org
#4044 commented on
Dec 5, 2024 • 0 new comments -
Slack integration for Sentry issues mashes newlines in the issue message together without even a space
#53868 commented on
Dec 5, 2024 • 0 new comments -
Greater flexibility when creating alert conditions
#54732 commented on
Dec 5, 2024 • 0 new comments -
Trigger notification when alert configuration is changed
#54874 commented on
Dec 5, 2024 • 0 new comments -
use /api/0/organization/{slug}/issues? get only 100 limit result
#55235 commented on
Dec 5, 2024 • 0 new comments -
Email Alert Notifications Are Unactionable - request to add a link to the relevant alert
#57113 commented on
Dec 5, 2024 • 0 new comments -
Unable to disable issue alert notifications for specific projects on old sentry accounts.
#47761 commented on
Dec 5, 2024 • 0 new comments -
"Comparison Window outside of retention Period" Issue / Bug in Slack alerts
#48454 commented on
Dec 5, 2024 • 0 new comments -
Sentry Alert Misfires?
#48456 commented on
Dec 5, 2024 • 0 new comments -
Locked environment not persisting on project change
#48771 commented on
Dec 5, 2024 • 0 new comments -
Cannot link identity using Teams Integration
#48930 commented on
Dec 5, 2024 • 0 new comments -
Teams filter resets to the default state when other filters applied on the Alert page
#48918 commented on
Dec 5, 2024 • 0 new comments -
False Slow Frame Rate on Performance Landing Page
#49092 commented on
Dec 5, 2024 • 0 new comments -
Fix Thread Errored message when navigating events
#49984 commented on
Dec 5, 2024 • 0 new comments -
Jira and Sentry integration error when trying to create a Jira Issue - Follow up of #42245
#49612 commented on
Dec 5, 2024 • 0 new comments -
Several instances of "first seen" and other fields assume an ordered input.
#5289 commented on
Dec 5, 2024 • 0 new comments -
Sentry Cleanup with --silent flag is not silent
#7458 commented on
Dec 5, 2024 • 0 new comments -
Group shows level (and color) of the first issue.
#16271 commented on
Dec 5, 2024 • 0 new comments -
Decode(?) Sentry release name
#16012 commented on
Dec 5, 2024 • 0 new comments -
Support for explicit tag syntax in search bar
#17505 commented on
Dec 5, 2024 • 0 new comments -
Can't create environments with some special characters
#18796 commented on
Dec 5, 2024 • 0 new comments -
Incorrect "in_app" processing of sourcemaps that have a webpack "namepsace"
#20745 commented on
Dec 5, 2024 • 0 new comments -
Date filter resets when viewing a concrete release from URL
#23324 commented on
Dec 5, 2024 • 0 new comments -
Linked/Unlinked filters do not work with Asana
#23372 commented on
Dec 5, 2024 • 0 new comments -
Grouping code should take stack trace on Threads into account
#23559 commented on
Dec 5, 2024 • 0 new comments -
Missing IP range
#23837 commented on
Dec 5, 2024 • 0 new comments -
Discord Integration link support for in-browser
#56481 commented on
Dec 5, 2024 • 0 new comments -
Slack integration report device tag values differently to the Sentry UI
#37656 commented on
Dec 5, 2024 • 0 new comments -
[Project Settings - Issue Grouping View] Show Additional Functionality In Examples
#36859 commented on
Dec 5, 2024 • 0 new comments -
Slack Integration: Automatic parsing of a channel name via link_names may lead to incorrect notification
#42335 commented on
Dec 5, 2024 • 0 new comments -
Suspect commit doesn't work when exception thrown from project root
#38492 commented on
Dec 5, 2024 • 0 new comments -
Replay: Visualize Redux State
#44662 commented on
Dec 5, 2024 • 0 new comments -
Clarify resolved email notification straight from the inbox
#46256 commented on
Dec 5, 2024 • 0 new comments -
Notification specificity
#45241 commented on
Dec 5, 2024 • 0 new comments -
Tag cloud on reports need a severe facelift: sorting/grouping, highlighting and hiding/removal
#46362 commented on
Dec 5, 2024 • 0 new comments -
more specific error message for Assigning Issues to Teams in Ownership Rules
#48578 commented on
Dec 5, 2024 • 0 new comments -
Grouping[React Native]: Do not include `native` as In-App
#51072 commented on
Dec 5, 2024 • 0 new comments -
Filtering errors by tags return issues with 1000s of errors without the given tag
#51862 commented on
Dec 5, 2024 • 0 new comments -
Issue Platform: Build in a way to test new issue types out without breaking notifications
#51969 commented on
Dec 5, 2024 • 0 new comments -
Update in product illustrations with new dark/light compatible illustrations
#53125 commented on
Dec 5, 2024 • 0 new comments -
Stacktrace link and Codecov won't be shown if only System frames for Flutter AOT apps
#53251 commented on
Dec 5, 2024 • 0 new comments -
Option to configure the exact weekday to receive Weekly Reports
#73610 commented on
Dec 5, 2024 • 0 new comments -
Stack Trace Rules bypass recusion check
#73738 commented on
Dec 5, 2024 • 0 new comments -
Release Details - first seen vs new issues
#73957 commented on
Dec 5, 2024 • 0 new comments -
Searchable custom context
#75531 commented on
Dec 5, 2024 • 0 new comments -
Possibility to change default "Resolve" action by project
#75320 commented on
Dec 5, 2024 • 0 new comments -
Increased Number Of Timeframe Charts On Issue Page
#75566 commented on
Dec 5, 2024 • 0 new comments -
Missing Channel ID could be clearer
#57490 commented on
Dec 5, 2024 • 0 new comments -
Code Mapping Wizard should account for Bitbucket and Azure DevOps integrations
#57488 commented on
Dec 5, 2024 • 0 new comments -
Redirect to Discord after successful /link
#58043 commented on
Dec 5, 2024 • 0 new comments -
In case of message send failure, try to resend
#58059 commented on
Dec 5, 2024 • 0 new comments -
Add option to have integration subscription state changes to Manager role
#58144 commented on
Dec 5, 2024 • 0 new comments -
Support Multiple VictorOps Route Keys Per DSN
#58084 commented on
Dec 5, 2024 • 0 new comments -
Don't report Win PDB symbols as "Missing" when loaded
#58206 commented on
Dec 5, 2024 • 0 new comments -
Next.js is not grouping issues properly for static pages
#59945 commented on
Dec 5, 2024 • 0 new comments -
Allow transaction.duration: to be used as an event filter for Metric alerts
#59984 commented on
Dec 5, 2024 • 0 new comments -
[inbound filters] Separate hydration error/ChunkLoadError filters from error message filter
#61270 commented on
Dec 5, 2024 • 0 new comments -
Way to use `Sentry.setUser()` and specify what value is used for `user` tag
#61510 commented on
Dec 5, 2024 • 0 new comments -
[grouping] Improve 'Event Grouping Information' section on issue details page
#61282 commented on
Dec 5, 2024 • 0 new comments -
Discover Graph - literal edge case
#67571 commented on
Dec 5, 2024 • 0 new comments -
Wider baseline window for Spike Protection threshold for Mobile/Desktop
#68467 commented on
Dec 5, 2024 • 0 new comments -
Allow alerting on dropped events
#70919 commented on
Dec 5, 2024 • 0 new comments -
Event Exclusion Capability for Sentry Crash Dashboard
#69105 commented on
Dec 5, 2024 • 0 new comments -
[issue details] Confusing modal text re: following links
#73585 commented on
Dec 5, 2024 • 0 new comments -
allow date filtering based on current billing period on stats page
#73192 commented on
Dec 5, 2024 • 0 new comments -
Sampling by fingerprint
#27884 commented on
Dec 5, 2024 • 0 new comments -
Bug: Slack Sentry Links Showing Wrong Preview
#21315 commented on
Dec 5, 2024 • 0 new comments