You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run a sentry-wizard in a folder with an Android project with a config file build.gradle.kts (not a build.gradle) - it is a convenient Kotlin configuration file and in general right now in official Android docs this format of gradle config is more preferable than simple build.gradle.
Expected Result
Sentry-wizard must find an app's directory (current dir in shell) and catch a build.gradle.kts as a normal configuration file of a project.
Actual Result
"Unable to find your app's directory.
Please enter the relative path to your app's build.gradle file from the root project"
The text was updated successfully, but these errors were encountered:
Looking through our wizard code, it looks like we do support build.gradle.kts files 🤔. Do you have a small reproduction repo where we can investigate your issue further?
Environment
Sentry Wizard v3.34.4 on Fedora Linux 41
Steps to Reproduce
I have run a sentry-wizard in a folder with an Android project with a config file build.gradle.kts (not a build.gradle) - it is a convenient Kotlin configuration file and in general right now in official Android docs this format of gradle config is more preferable than simple build.gradle.
Expected Result
Sentry-wizard must find an app's directory (current dir in shell) and catch a build.gradle.kts as a normal configuration file of a project.
Actual Result
"Unable to find your app's directory.
Please enter the relative path to your app's build.gradle file from the root project"
The text was updated successfully, but these errors were encountered: