🎃

【React Native】 Sentryのtoken有効期限が切れたとき

2021/04/20に公開

何が起きるか

ビルドができなくなるので、トークンの更新を行いましょう。

How

node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android

Ref

https://github.com/getsentry/sentry-react-native/issues/440#issuecomment-561688481

Discussion