Closed jpaas closed 2 years ago
@jpaas, on which version did it work the last time for you?
@philipphofmann I rolled back to 1.11.1 and it works
Hm, I just tried it with a sample app and sentry_create_release
worked for me.
sentry_create_release(
auth_token: ENV["SENTRY_AUTH_TOKEN"],
version: '1.0.0-alpha.1',
finalize: true
)
But I guess that's because my sample doesn't use the fallback_sentry_cli_auth
. The error seems to happen when trying to parse the JSON here https://github.com/getsentry/sentry-fastlane-plugin/blob/369affccf9e6570cb52275d1c0dfb7e016fe6cb8/lib/fastlane/plugin/sentry/helper/sentry_config.rb#L84-L90
@kamilogorek, as you touched this code recently, do you have any idea what could cause this?
Environment
Sentry SaaS (sentry.io)
Which SDK and version? javascript 7.6.0 fastlane 2.207.0
Steps to Reproduce
Ran fastlane and hit this problem with the first sentry command it encountered which was
sentry_create_release
Expected Result
It would create the release like it always had.
Actual Result
It seems to be trying to json parse a string that contains a lot more than json.