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
Try to setup the gradle tasks (do a build for example)
Actual result:
We're getting the following error message: Cannot add task 'bundleAlphaReleaseJsAndAssets_SentryCollectModulesCleanUp' as a task with that name already exists.
FAILURE: Build failed with an exception.
* Where:
Script '/Users/vagrant/git/node_modules/@sentry/react-native/sentry.gradle' line: 198
* What went wrong:
Cannot add task 'bundleAlphaReleaseJsAndAssets_SentryCollectModulesCleanUp' as a task with that name already exists.
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.internal.tasks.DefaultTaskContainer$DuplicateTaskException: Cannot add task 'bundleAlphaReleaseJsAndAssets_SentryCollectModulesCleanUp' as a task with that name already exists.
at org.gradle.api.internal.tasks.DefaultTaskContainer.failOnDuplicateTask(DefaultTaskContainer.java:261)
....
Expected result:
No error when Gradle is being setup
Since it's related to SentryCollectModulesCleanUp, it's probably due to this change: 4.9.0...4.10.0
The text was updated successfully, but these errors were encountered:
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 4.10.0
react-native
version: 0.66.5Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
Irrelevant
Configuration:
Irrelevant
I have following issue:
Since we updated to 4.10.0 with the modules support (https://github.com/getsentry/sentry-react-native/releases/tag/4.10.0), the Android build on the CI is failing.
Steps to reproduce:
Actual result:
We're getting the following error message:
Cannot add task 'bundleAlphaReleaseJsAndAssets_SentryCollectModulesCleanUp' as a task with that name already exists.
Expected result:
No error when Gradle is being setup
Since it's related to
SentryCollectModulesCleanUp
, it's probably due to this change: 4.9.0...4.10.0The text was updated successfully, but these errors were encountered: