-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
166 changed files
with
20,428 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Ignore build generated dir | ||
dist | ||
|
||
# Ignore sample folder | ||
# Ignore standalone apps | ||
sample | ||
test/perf/TestApp* | ||
|
||
# Ignore dangerfile | ||
dangerfile.js | ||
dangerfile.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,11 @@ | ||
module.exports = { | ||
dependency: { | ||
platforms: { | ||
ios: { | ||
sharedLibraries: ['libz'] | ||
}, | ||
ios: {}, | ||
android: { | ||
packageInstance: 'new RNSentryPackage()' | ||
packageInstance: 'new RNSentryPackage()', | ||
packageImportPath: 'import io.sentry.react.RNSentryPackage;' | ||
} | ||
}, | ||
hooks: { | ||
postlink: | ||
'node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android', | ||
postunlink: | ||
'node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android --uninstall' | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native'; | ||
export const SDK_NAME = 'sentry.javascript.react-native'; | ||
export const SDK_VERSION = '4.6.0'; | ||
export const SDK_VERSION = '5.0.0-alpha.5'; |
Oops, something went wrong.