We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4c4bd commit c67aecbCopy full SHA for c67aecb
package.json
@@ -5,6 +5,9 @@
5
"version": "0.31.0",
6
"description": "Official Sentry SDK for react-native",
7
"typings": "lib/Sentry.d.ts",
8
+ "typescript": {
9
+ "definition": "lib/Sentry.d.ts"
10
+ },
11
"main": "index.js",
12
"scripts": {
13
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments