Quick answer: Expect platform-specific issues, capture crashes with platform context so you see what's breaking specifically on the new platform, monitor it separately, fix the platform-specific crashes, and verify they stop on that platform.

Launching on a new platform, a new console, mobile OS, or store, brings that platform's own hardware, OS, and behaviors, which surface crashes you didn't have before. Here is what to do when you launch on a new platform.

Expect and Capture Platform-Specific Issues

A new platform has its own hardware, OS, APIs, and behaviors, so expect issues you didn't have on your existing platforms, platform-specific crashes from the new environment. Capture crashes with platform context from day one, so you see what's breaking specifically on the new platform.

Bugnet captures crashes with platform context, so when you launch on a new platform you see the crashes occurring specifically there. Since a new platform surfaces its own issues (from its hardware, OS, and behaviors) that you didn't have before, the captured platform context reveals them, so the new platform's crashes are visible and diagnosable from launch.

Monitor the New Platform Separately

Monitor the new platform on its own: track its crash rate and issues separately from your other platforms, so platform-specific problems are visible rather than averaged away. The new platform may have a different (likely higher, at first) crash rate, and monitoring it separately lets you see and address its issues.

Bugnet tracks crashes per platform (and per version), so you can monitor the new platform separately and see its specific crash rate and issues. Watching the new platform on its own, rather than blended with your established ones, surfaces its platform-specific problems clearly, so you can prioritize and fix what's unique to it.

Fix Platform-Specific Crashes and Verify

Fix the new platform's crashes: rank by impact and fix the platform-specific issues (handling its hardware, OS, APIs, and behaviors), then verify they stop on that platform. Since the issues are platform-specific, confirm the fixes on the new platform's field data, where they occur.

Bugnet tracks crashes per platform and version, so after fixing you can confirm the platform-specific crashes stopped on the new platform. This verifies the fixes where they matter, the new platform's crashes gone in its field data, confirming you've stabilized the new platform, which you confirm via its own data, not your established platforms where the issues didn't occur.

When you launch on a new platform, expect platform-specific issues, capture crashes with platform context, monitor the new platform separately, fix its platform-specific crashes by impact, and verify they stop on that platform. A new platform surfaces its own crashes from its hardware, OS, and behaviors.