-
-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
Output of node -v && npm -v && npm ls --prod --depth=0
v8.9.0
5.5.1
Config:
Sentry.config('https://...@sentry.io/...', {}).install()
I have following issue:
Typescript definitions won't load
Steps to reproduce:
yarn add react-native-sentryimport Sentry from 'react-native-sentry'
Actual result:
Could not find a declaration file for module 'react-native-sentry'. '/node_modules/react-native-sentry/index.js' implicitly has an 'any' type. Trynpm install @types/react-native-sentryif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-sentry';``
Expected result:
- Be able to use the bundled typescript definitions
awinograd
Metadata
Metadata
Assignees
Labels
No labels