getsentry / getsentry/sentry

Auto-populate console device sub-model in crash reports

Open
#118,514 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Product Area: Unknown Waiting for: Product Owner
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
21h 23m
Merged PRs (30d)
607

Description

Console crash reports surface generic platform labels ("Xbox", "PlayStation") without sub-model detail. Customers cannot distinguish crashes by device SKU (e.g., Xbox Series X vs Series S, PS5 vs PS5 Pro).

  • Platform APIs on Xbox (GDK) and PlayStation expose device model identifiers
  • The SDK does not currently populate device.model with SKU-level data
  • Workaround: manually set a custom tag at SDK init time

Auto-populate device.model (or equivalent console tag) from platform APIs during SDK initialization, enabling sub-model breakdowns in issues and dashboards without manual instrumentation.

Reported by a gaming console customer (Triiodide Technologies).

Action taken on behalf of Richard Propst.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SDK initialization paths for Xbox and PlayStation and the existing handling of device.model or equivalent console tags. Confirm how each platform API exposes its device model identifier, then verify that initialized crash reports contain SKU-level values for Xbox and PlayStation without manual tags.

Written by the indexing model from the issue text.

Assessment

Domain
observability-sre
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.