File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -122,21 +122,20 @@ For that you need to add::
122122We recommend leaving ``logLevel: "debug" `` since we look for specific ``sentry.properties ``
123123files depending on your flavors name.
124124
125- Please make sure your ``MainApplication.java `` looks something like this::
125+ Please make sure your ``MainApplication.java `` looks something like this:
126126
127127.. sourcecode :: java
128- ...
128+
129129 import io.sentry.RNSentryPackage;
130- ...
131130
132131 public class MainApplication extends Application implements ReactApplication {
133132
134- ....
135133 @Override
136134 protected List<ReactPackage> getPackages() {
137- return Arrays.<ReactPackage>asList(
138- new MainReactPackage(),
139- new RNSentryPackage(MainApplication.this)
140- );
135+ return Arrays.<ReactPackage>asList(
136+ new MainReactPackage(),
137+ new RNSentryPackage(MainApplication.this)
138+ );
141139 }
142- ...
140+
141+ }
You can’t perform that action at this time.
0 commit comments