最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Eas build fail on Expo on @sentryreact-nativeexpo - Stack Overflow

programmeradmin1浏览0评论

I have this configuration in my app.json:

"plugins": [
      [
        "@sentry/react-native/expo",
        {
          "anization": "myOrg",
          "project": "myProject",
        }
      ]
    ],

And in my package.json:

"expo": "^52.0.38",
"@sentry/react-native": "^6.9.1",

When I build my application on expo.io for production, I encounter the error: Failed to resolve plugin for module "@sentry/react-native/expo" relative to

I have tried to change in my app.json to @sentry/react-native aswell, and downgrade my expo and sentry versions. But in vain. Is there a way around this? Or how can I fix this?

I followed this guide from Expo. .md

I have this configuration in my app.json:

"plugins": [
      [
        "@sentry/react-native/expo",
        {
          "anization": "myOrg",
          "project": "myProject",
        }
      ]
    ],

And in my package.json:

"expo": "^52.0.38",
"@sentry/react-native": "^6.9.1",

When I build my application on expo.io for production, I encounter the error: Failed to resolve plugin for module "@sentry/react-native/expo" relative to

I have tried to change in my app.json to @sentry/react-native aswell, and downgrade my expo and sentry versions. But in vain. Is there a way around this? Or how can I fix this?

I followed this guide from Expo. https://github/expo/fyi/blob/main/sentry-expo-migration.md

Share Improve this question edited Mar 17 at 9:45 Pajala asked Mar 16 at 23:40 PajalaPajala 13311 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Try to change "@sentry/react-native/expo" to "@sentry/react-native" in app.json

发布评论

评论列表(0)

  1. 暂无评论