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.
2 parents 2dab856 + 2e6f379 commit 7bda1b1Copy full SHA for 7bda1b1
examples/ReactNativeExample/android/app/src/main/java/com/reactnativeexample/MainApplication.java
@@ -24,10 +24,9 @@ public boolean getUseDeveloperSupport() {
24
25
@Override
26
protected List<ReactPackage> getPackages() {
27
- RNSentryPackage.useDeveloperSupport = this.getUseDeveloperSupport();
28
return Arrays.<ReactPackage>asList(
29
new MainReactPackage(),
30
- new RNSentryPackage()
+ new RNSentryPackage(MainApplication.this)
31
);
32
}
33
};
0 commit comments