|
1 | | -### Description |
2 | | -<!-- A quick description of what you're trying to accomplish --> |
3 | | - |
4 | | -### Issue |
5 | | -<!-- |
6 | | - What went wrong? (If this issue is a general question or a proposed change, |
7 | | - feel free to delete this and subsequent sections. |
8 | | ---> |
9 | | - |
10 | | -### Environment |
11 | | - |
12 | | -Library versions: |
13 | | - |
14 | | -<!-- |
15 | | - Paste the output of this command into the code block below (use `npm ls` |
16 | | - instead of `yarn list` if you are using npm): |
17 | | - yarn list react-native bugsnag-react-native react-native-code-push |
18 | | ---> |
19 | | -```shell |
20 | | - |
21 | | -``` |
22 | | - |
23 | | -- cocoapods version (if any) (`pod -v`): |
24 | | -- iOS/Android version(s): |
25 | | -- simulator/emulator or physical device?: |
26 | | -- debug mode or production?: |
27 | | - |
28 | | -- [ ] (iOS only) `[BugsnagReactNative start]` is present in the |
29 | | - `application:didFinishLaunchingWithOptions:` method in your `AppDelegate` |
30 | | - class? |
31 | | -- [ ] (Android only) `BugsnagReactNative.start(this)` is present in the |
32 | | - `onCreate` method of your `MainApplication` class? |
33 | | - |
34 | | - |
35 | | -<!-- |
36 | | - Below are a few approaches you might take to communicate the issue, in |
37 | | - descending order of awesomeness. Please choose one and feel free to delete |
38 | | - the others from this template. |
39 | | ---> |
40 | | -### Example Repo |
41 | | - |
42 | | -- [ ] Create a minimal repository that can reproduce the issue after running |
43 | | - `yarn install` and `react-native run-ios`/`react-native run-android` |
44 | | -- [ ] Link to it here: |
45 | | - |
46 | | -### Example code snippet |
47 | | - |
48 | | -```js |
49 | | -import { Client, Configuration } from 'bugsnag-react-native'; |
50 | | - |
51 | | -// (Insert code sample to reproduce the problem) |
52 | | -``` |
53 | | - |
54 | | -<!-- Error messages, if any --> |
55 | | -``` |
56 | | -
|
57 | | -``` |
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve the library |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +### Description |
| 8 | +<!-- A quick description of what you're trying to accomplish --> |
| 9 | + |
| 10 | +### Issue |
| 11 | +<!-- |
| 12 | + What went wrong? |
| 13 | +--> |
| 14 | + |
| 15 | +### Environment |
| 16 | + |
| 17 | +Library versions: |
| 18 | + |
| 19 | +<!-- |
| 20 | + Paste the output of this command into the code block below (use `npm ls` |
| 21 | + instead of `yarn list` if you are using npm): |
| 22 | + yarn list react-native bugsnag-react-native react-native-code-push |
| 23 | +--> |
| 24 | +```shell |
| 25 | + |
| 26 | +``` |
| 27 | + |
| 28 | +- cocoapods version (if any) (`pod -v`): |
| 29 | +- iOS/Android version(s): |
| 30 | +- simulator/emulator or physical device?: |
| 31 | +- debug mode or production?: |
| 32 | + |
| 33 | +- [ ] (iOS only) `[BugsnagReactNative start]` is present in the |
| 34 | + `application:didFinishLaunchingWithOptions:` method in your `AppDelegate` |
| 35 | + class? |
| 36 | +- [ ] (Android only) `BugsnagReactNative.start(this)` is present in the |
| 37 | + `onCreate` method of your `MainApplication` class? |
| 38 | + |
| 39 | + |
| 40 | +<!-- |
| 41 | + Below are a few approaches you might take to communicate the issue, in |
| 42 | + descending order of awesomeness. Please choose one and feel free to delete |
| 43 | + the others from this template. |
| 44 | +--> |
| 45 | +### Example Repo |
| 46 | + |
| 47 | +- [ ] Create a minimal repository that can reproduce the issue after running |
| 48 | + `yarn install` and `react-native run-ios`/`react-native run-android` |
| 49 | +- [ ] Link to it here: |
| 50 | + |
| 51 | +### Example code snippet |
| 52 | + |
| 53 | +```js |
| 54 | +import { Client, Configuration } from 'bugsnag-react-native'; |
| 55 | + |
| 56 | +// (Insert code sample to reproduce the problem) |
| 57 | +``` |
| 58 | + |
| 59 | +<!-- Error messages, if any --> |
| 60 | +<details><summary>Error messages:</summary> |
| 61 | + |
| 62 | +``` |
| 63 | +
|
| 64 | +``` |
| 65 | +</details> |
0 commit comments