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 b05c5a8 commit b387897Copy full SHA for b387897
docs/index.rst
@@ -176,17 +176,6 @@ crash handler in your `AppDelegate.m` after the root view was created:
176
/* ... */
177
[RNSentry installWithRootView:rootView];
178
179
-For Android you have to add this in the first line of ``getPackages()`` in `MainApplication.java`:
180
-
181
-.. sourcecode:: java
182
183
- /* ... */
184
- @Override
185
- protected List<ReactPackage> getPackages() {
186
- RNSentryPackage.useDeveloperSupport = this.getUseDeveloperSupport();
187
188
- }
189
190
191
Additional Configuration
192
------------------------
0 commit comments