getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
331 stars 1.45k forks source link

Add missing platforms for `upload-dif` #4853

Closed bruno-garcia closed 3 weeks ago

bruno-garcia commented 2 years ago

Core or SDK?

Platform/SDK

Which part? Which one?

Multiple

Description

Only 3 platforms (Android, Native and Wasm) have the content:

https://github.com/getsentry/sentry-docs/tree/master/src/includes/upload-dif

This means, that we show this, to all other platforms: image

Suggested Solution

Either add more platforms (Unity, Cocoa, JavaScript (sourcemaps?) or whatever else. If a platform doesn't apply, perhaps we hide this content from the menu altogether?

imatwawana commented 2 years ago

@bruno-garcia, it looks like the page this include is on https://docs.sentry.io/platforms/android/data-management/debug-files/upload/ only shows up for:

So it would be simplest to hide this page from the menu for cocoa, apple, and unity.

getsentry-release commented 2 years ago

Routing to @getsentry/team-mobile for triage. ⏲️

marandaneto commented 2 years ago

Change the label to Mobile in general since Flutter also does not have this page. Each platform already has a debug symbols page tho that tells how to use either sentry-cli, or e.g. SAGP.