sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Add missing platforms for `upload-dif`

Open bruno-garcia opened this issue 3 years ago • 3 comments

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?

bruno-garcia avatar Mar 18 '22 23:03 bruno-garcia

@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:

  • native
  • android
  • cocoa
  • apple
  • unity

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

imatwawana avatar Mar 21 '22 15:03 imatwawana

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

getsentry-release avatar Mar 30 '22 14:03 getsentry-release

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.

marandaneto avatar Mar 30 '22 14:03 marandaneto