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
? `# Configure this value through \`SENTRY_AUTH_TOKEN\` environment variable instead. See:https://docs.expo.dev/guides/using-sentry/#app-configuration\nauth.token=${authToken}`
61
+
? `# Configure this value through \`SENTRY_AUTH_TOKEN\` environment variable instead. See:https://docs.sentry.io/platforms/react-native/manual-setup/\nauth.token=${authToken}`
@@ -40,15 +40,13 @@ export function modifyAppBuildGradle(buildGradle: string): string {
40
40
41
41
if(!buildGradle.match(pattern)){
42
42
WarningAggregator.addWarningAndroid(
43
-
'sentry-expo',
44
-
'Could not find react.gradle script in android/app/build.gradle. Please open a bug report at https://github.com/expo/sentry-expo.',
43
+
SDK_PACKAGE_NAME,
44
+
'Could not find `^android {` in `android/app/build.gradle`. Please open a bug report at https://github.com/getsentry/sentry-react-native.',
0 commit comments