Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/sentry/grouping/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def as_dict(self) -> dict[str, Any]:
"description": self.description,
"hash": self.get_hash(),
"hint": self.hint,
"contributes": self.contributes,
}
rv.update(self._get_metadata_as_dict())
return rv
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:01.986683+00:00'
created: '2025-10-03T16:56:42.712057+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -2604,6 +2604,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app exception stacktrace",
"hash": "738e7d2503464bc264b4f791286f5122",
"hint": null,
Expand Down Expand Up @@ -5210,6 +5211,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "19a96e0438d28e48355653def82f887a",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.050490+00:00'
created: '2025-10-03T16:56:42.740562+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -3933,6 +3933,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "in-app",
"hash": null,
"hint": "ignored because system exception takes precedence",
Expand Down Expand Up @@ -7868,6 +7869,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "2552498cfe69a6ddf1dcdde5440ce9c3",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.075150+00:00'
created: '2025-10-03T16:56:42.762805+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -1092,6 +1092,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app exception stacktrace",
"hash": "228c649a3aa0901622c0a0e66ab0522c",
"hint": null,
Expand Down Expand Up @@ -1136,6 +1137,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "default",
"hash": null,
"hint": "ignored because app/system exception takes precedence",
Expand Down Expand Up @@ -2230,6 +2232,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "4ccd0f1953483581ba360c7518f90332",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.095327+00:00'
created: '2025-10-03T16:56:42.779301+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -142,6 +142,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app thread stacktrace",
"hash": "ff6c4ee7c54f118a9647ee86f0c2b0b0",
"hint": null,
Expand Down Expand Up @@ -186,6 +187,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "default",
"hash": null,
"hint": "ignored because app threads take precedence",
Expand Down Expand Up @@ -330,6 +332,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "system",
"hash": null,
"hint": "ignored because app threads take precedence",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.113693+00:00'
created: '2025-10-03T16:56:42.797686+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -305,6 +305,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "in-app",
"hash": null,
"hint": "ignored because system exception takes precedence",
Expand Down Expand Up @@ -612,6 +613,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "d9c9b0f9ba46e32fddd7cd1512fad235",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.166722+00:00'
created: '2025-10-03T16:56:42.837794+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -102,13 +102,15 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "in-app",
"hash": null,
"hint": "ignored because built-in fingerprint takes precedence",
"key": "app",
"type": "component"
},
"built_in_fingerprint": {
"contributes": true,
"description": "Sentry defined fingerprint",
"hash": "5d731dcf8ecc4f042eeacf528d8d8da9",
"hint": null,
Expand Down Expand Up @@ -217,6 +219,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "exception stacktrace",
"hash": null,
"hint": "ignored because built-in fingerprint takes precedence",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.139683+00:00'
created: '2025-10-03T16:56:42.816823+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -102,6 +102,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "in-app",
"hash": null,
"hint": "ignored because built-in fingerprint takes precedence",
Expand All @@ -113,6 +114,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"{{ default }}",
"dogs are great"
],
"contributes": true,
"description": "Sentry defined fingerprint",
"hash": "5d731dcf8ecc4f042eeacf528d8d8da9",
"hint": null,
Expand Down Expand Up @@ -221,6 +223,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "exception stacktrace",
"hash": null,
"hint": "ignored because built-in fingerprint takes precedence",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.189532+00:00'
created: '2025-10-03T16:56:42.858843+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -1070,6 +1070,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app exception stacktrace",
"hash": "4ef1fb44d656c3be2a146971f2a222dc",
"hint": null,
Expand Down Expand Up @@ -2142,6 +2143,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "47481871aa8d5ab5729cf2db78ce3032",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
created: '2025-09-24T22:53:02.206227+00:00'
created: '2025-10-03T16:56:42.876169+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
{
"hashed_checksum": {
"checksum": "de46d023e69b171b90ccf3ebca7aede4",
"contributes": true,
"description": "hashed legacy checksum",
"hash": "de46d023e69b171b90ccf3ebca7aede4",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
created: '2025-09-24T22:53:02.223315+00:00'
created: '2025-10-03T16:56:42.891907+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
{
"checksum": {
"checksum": "11212012123120120415201309082013",
"contributes": true,
"description": "legacy checksum",
"hash": "11212012123120120415201309082013",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.244478+00:00'
created: '2025-10-03T16:56:42.910098+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -514,6 +514,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app thread stacktrace",
"hash": "7c8a196d16b94be382add324be2605ee",
"hint": null,
Expand Down Expand Up @@ -558,6 +559,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "default",
"hash": null,
"hint": "ignored because app/system threads take precedence",
Expand Down Expand Up @@ -1074,6 +1076,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "thread stacktrace",
"hash": "cd7f51d716fd57adc1a5ce1c112e538f",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.270423+00:00'
created: '2025-10-03T16:56:42.929741+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -551,6 +551,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app exception stacktrace",
"hash": "6b059b9febc815ac18ac4d2082e38a9b",
"hint": null,
Expand Down Expand Up @@ -595,6 +596,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "default",
"hash": null,
"hint": "ignored because app/system exception takes precedence",
Expand Down Expand Up @@ -1148,6 +1150,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "013d3477a774fe20c468dc8accd516f1",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.293300+00:00'
created: '2025-10-03T16:56:42.946955+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -235,6 +235,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "in-app exception stacktrace",
"hash": "161ce02ecc5d6685a72e8e520ab726b3",
"hint": null,
Expand Down Expand Up @@ -472,6 +473,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "c5e4b4a9ad1803c4d4ca7feee5e430ae",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.324571+00:00'
created: '2025-10-03T16:56:42.965702+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -193,6 +193,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": false,
"description": "in-app",
"hash": null,
"hint": "ignored because system exception takes precedence",
Expand Down Expand Up @@ -388,6 +389,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "exception stacktrace",
"hash": "fe92cff6711f8a0a30cabb8b9245b1d6",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.525237+00:00'
created: '2025-10-03T16:56:43.239490+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -75,6 +75,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "URL",
"hash": "666766514295bb52812324097cdaf53e",
"hint": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
created: '2025-09-24T22:53:02.341413+00:00'
created: '2025-10-03T16:56:42.982604+00:00'
creator: sentry
source: tests/sentry/grouping/test_grouping_info.py
---
Expand Down Expand Up @@ -66,6 +66,7 @@ source: tests/sentry/grouping/test_grouping_info.py
"threads:v1"
]
},
"contributes": true,
"description": "URL",
"hash": "1742101e08eb1608f569751dfedd0062",
"hint": null,
Expand Down
Loading
Loading