Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Pure tombstone events duplication

オープン
#6,052 コメント 7 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
活発
技術スタック
android, java, kotlin
領域
mobile-dev

調査の方向性

sentry-android の tombstone 報告パスから始め、提供された 2 つのイベント JSON を比較して、同一の内容が 2 回受信される理由に焦点を当てます。可能であれば、報告されている Android および Gradle のセットアップを再現してください。1 つの tombstone から 1 つのイベントだけが生成され、重複イベントの動作が適切なテストでカバーされれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Android Bug Platform: Java
Integration

sentry-android

Build System

Gradle

AGP Version

8.14.0

Proguard

Enabled

Other Error Monitoring Solution

No

Version

8.44.1

Steps to Reproduce

Unfortunately, I was unable to reproduce this problem on local devices.

Expected Result

Tombstone events are not duplicated.

Actual Result

I see duplicate events in the reports received from users:
Image

I downloaded two event's jsons and compared:

E:\work\tmp>diff "l.txt" "r.txt"
2c2
<   "event_id": "b4a16e59fd854caaa8ebae2ea2828dd0",
---
>   "event_id": "5716230e7f254ec9b3bcfe13d562bde2",
6893,6894c6893,6894
<   "nodestore_insert": 1788397282.7622,
<   "received": 1788397276.54076,
---
>   "nodestore_insert": 1788358349.59206,
>   "received": 1788358346.52165,

All content is identical, except from id and received time.

Therefore, I assume there is a bug when same tombstone may be reported twice.

P.S. Ignore the fact that the "Release" field is missing from the events - that's another issue I started to address, but noticed duplicates. For some reason, pure tombstone events don't have custom tags, breadcrumbs and attachment. If someone knows the reason, please advice, any hints are highly appreciated.

主要言語
Kotlin
スター
1.4k
フォーク
478
平均マージ
2日 20時間
マージ済み PR(30日)
71

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getsentry/sentry-java のほかの issue

getsentry/sentry-java の issue をすべて見る

似ている issue

Kotlin の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。