Giter Club home page Giter Club logo

Comments (6)

amchew avatar amchew commented on July 30, 2024 1

@pvinis thanks for the feature request, are you available for a quick call to discuss this? I'd like to hear your feedback. I just DM-ed you via your email

from appcenter-cli.

sharnik avatar sharnik commented on July 30, 2024

I remember it was possible in the previous version of the CLI (when it was named mobile-center). I had a script like that for iOS releases:

    Dir.chdir("..") do
      sh 'unzip FirstScreen.app.dSYM.zip && zip -r mobile-center-symbols.zip FirstScreen.app.dSYM index.ios.map'
      sh 'yarn run mobile-center crashes upload-symbols -- -s "mobile-center-symbols.zip" --app "my-account/my-app-ios"'
      sh 'rm -rf FirstScreen.app.dSYM index.ios.map mobile-center-symbols.zip'
    end

Is it still possible? How can I send symbols for an Android release?

I tried consulting the documentation about uploading the symbols manually here: https://docs.microsoft.com/en-us/appcenter/crashes/react-native, but it talks about an "Incoming" page that is not visible anymore.

from appcenter-cli.

lxcid avatar lxcid commented on July 30, 2024

I am having issue with this too. Does the file of the sourcemap affect?

from appcenter-cli.

amchew avatar amchew commented on July 30, 2024

Hi @pvinis, @sharnik and @lxcid , I'm sorry for the delayed reply on this. @pvinis we support react-native source maps for iOS. You can do this by adding the mapping file to the symbol.zip (see documentation here. @sharnik thanks for pointing out about the outdated "incoming" page! We've made the improvements to the documentation and pending for the PR to be merged (thanks @gordey4doronin for the quick work!).

@sharnik I'm checking if you can send symbols for an Android release - will update again.

@lxcid , could you elaborate on what you mean by "if the file of the source map affects"?

from appcenter-cli.

amchew avatar amchew commented on July 30, 2024

Hi @sharnik, sending symbols for an Android release is not supported yet. Is this a feature request that you’re looking at? (FYI @saraford)

from appcenter-cli.

amchew avatar amchew commented on July 30, 2024

Hey @pvinis , @sharnik and @lxcid ,

We haven't heard back from you in some time, and I'll be closing this ticket for now. Please reach back again if you have questions anytime, and we'll reopen this ticket again.

@sharnik, also we've submitted a PR to update the documentation. This will be live in the next week.

Thank you for your support!
Amanda

from appcenter-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.