Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.73k stars 445 forks source link

Remove duplicates in breadcrumbs #8039

Closed drew2a closed 1 month ago

drew2a commented 1 month ago

Introduced a new method _format_breadcrumbs to handle the formatting of breadcrumbs in SentryReporter. This includes removing duplicates and ordering by timestamp. The logic for this has been extracted from the _before_send method.

An event example: https://sentry.tribler.org/organizations/tribler/issues/2658/events/b42dc2acdc184c709ab8f9a60367c23e/

This is a post-work of

drew2a commented 1 month ago

@kozlovsky thank you for the review 🙏