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
When Xcode/Gradle plugins upload source maps for Release builds of the applications, release in Sentry is not created automatically until the first event is sent.
We could automatically create a release during the build using Sentry CLI.
This should be controllable by a flag to avoid noise from testing and development.
Adding associated commits should have its own flag.
The text was updated successfully, but these errors were encountered:
krystofwoldrich
changed the title
Create Release on Xcode/Gradle native application build
Create Release with associated commits on Xcode/Gradle native application build
Mar 3, 2025
This should be controllable by a flag to avoid noise from testing and development.
Adding associated commits should have its own flag.
there could be a flag, and it could also work that when testing locally or if there is a clear distinction for RN between debug build and production build to auto-turn it off
Does xcode/gradle have access to git commit history during builds?
Description
When Xcode/Gradle plugins upload source maps for Release builds of the applications, release in Sentry is not created automatically until the first event is sent.
We could automatically create a release during the build using Sentry CLI.
This should be controllable by a flag to avoid noise from testing and development.
Adding associated commits should have its own flag.
The text was updated successfully, but these errors were encountered: