Skip to content

Commit 44b9793

Browse files
committed
fix: docs
1 parent 01f4917 commit 44b9793

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/manual-setup.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,20 @@ For that you need to add::
122122
We recommend leaving ``logLevel: "debug"`` since we look for specific ``sentry.properties``
123123
files 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+
}

0 commit comments

Comments
 (0)