getsentry / sentry-cordova

The official Sentry SDK for Cordova
https://sentry.io/
MIT License
68 stars 55 forks source link

IOS - Where to set SENTRY_SKIP_DSYM_UPLOAD=true #322

Closed 9t96 closed 4 months ago

9t96 commented 5 months ago

IOS

How to prevent dsym symbols upload on development? Where do i need to set SENTRY_SKIP_DSYM_UPLOAD=true variable to work on build phase?

What version are you running? 1.2.0

Steps to Reproduce

  1. Build ios-cordova project
  2. Run it on device

Expected Result: Not upload symbols based on my conditions

Actual Result: In all cases it uploads symbols

github-actions[bot] commented 5 months ago

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

lucas-zimerman commented 4 months ago

Sorry for the late response

You can skip the dsym upload by setting the flag on your project settings.

You can access these settings by going to Project > Build Settings

You can add the variable by clicking on the [+] icon on the top left and adding a user defined setting.

image image
9t96 commented 4 months ago

Sorry for the late response

You can skip the dsym upload by setting the flag on your project settings.

You can access these settings by going to Project > Build Settings

You can add the variable by clicking on the [+] icon on the top left and adding a user defined setting. image

image

Thanks! That solved my problem