Has anyone every tried to integrate sentry uploading dsym file steps into bitrise workflow?

Recently we are integrate the Sentry SDK into our iOS project for crash reporting.
And we are also use Bitrise to make builds.
But we find out that, rare resources is available out there. so want to ask anyone did this before please. thanks a lot.

And I have question. if I have a script step in my workflow which is install sentry-cli
“curl -sL https://sentry.io/get-cli/ | bash”
what will be the path for this file?

thanks a lot

Hello there @linxu :wave:

Although I cannot really advise anything related to Sentry SDK and how to utilize it, but I can tell that according to a build I recently did, the path is: /usr/local/bin/sentry-cli :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.