【发布时间】:2019-01-28 11:59:29
【问题描述】:
我无法在哨兵仪表板中显示我的原始代码。
我收到以下错误
Discarded invalid parameter 'type'
Source code was not found for app:///crna-entry.delta?
platform=ios&dev=true&minify=false`
我已按照文档中的说明配置了 app.json。
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "xxxxx",
"project": "xxxxxxx",
"authToken": "xxxxxxxxxx"
}
}
]
}
【问题讨论】:
标签: expo sentry react-native-sentry