Send dSYM files to Bugfender using codemagic.yaml #1705
Replies: 2 comments
-
Hi @ewa-radomska-codeclusive, as this is related to a 3rd party integration, it requires investigation on how to achieve it with Bugfender API. Perhaps you need to double check how correctly you are using the Bugfender API and its creds. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Hello, I'm looking for fine solution to automate sending dSYM files to Bugfender using codemagic.yaml file. We started with simple solution (working for firebase crashlytics but not for bugfender):
then jump to another one:
unfortunately still not working because of version problems. Then jump to the last we found:
and here we still have problem with proper key (it's set in our environment variables, but probably somehow it's not proper one 😞 )....
Does anyone use it and has any idea what we are doing wrong and what should we do to automate this properly in codemagic.yaml?
Expected results
Send dsym files with success
Actual results
Cannot send dsym files using codemagic.yaml
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions