1
- name : " 🐞 Bug Report"
1
+ name : ' 🐞 Bug Report'
2
2
description : " Tell us about something that's not working the way we (probably) intend."
3
- labels : ["Platform: React-Native", "Type: 🪲 Bug"]
3
+ labels : ['Platform: React-Native', 'Type: 🪲 Bug']
4
+ type : Bug
4
5
body :
5
6
- type : dropdown
6
7
id : environment
7
8
validations :
8
9
required : true
9
10
attributes :
10
- label : " What React Native libraries do you use?"
11
- description : " Select all options that describe your application."
11
+ label : ' What React Native libraries do you use?'
12
+ description : ' Select all options that describe your application.'
12
13
multiple : true
13
14
options :
14
- - " React Native without Frameworks"
15
- - " React Navigation"
16
- - " Hermes"
17
- - " RN New Architecture"
18
- - " Expo Application Services (EAS)"
19
- - " Expo (mobile only)"
20
- - " Expo Web"
21
- - " Expo Router"
22
- - " React Native Web"
23
- - " React Native Navigation by Wix"
15
+ - ' React Native without Frameworks'
16
+ - ' React Navigation'
17
+ - ' Hermes'
18
+ - ' RN New Architecture'
19
+ - ' Expo Application Services (EAS)'
20
+ - ' Expo (mobile only)'
21
+ - ' Expo Web'
22
+ - ' Expo Router'
23
+ - ' React Native Web'
24
+ - ' React Native Navigation by Wix'
24
25
25
26
- type : dropdown
26
27
id : sentry
27
28
validations :
28
29
required : true
29
30
attributes :
30
- label : " Are you using sentry.io or on-premise?"
31
- description : " Select exactly one option."
31
+ label : ' Are you using sentry.io or on-premise?'
32
+ description : ' Select exactly one option.'
32
33
options :
33
- - " sentry.io (SaS)"
34
- - " on-premise (Self-Hosted)"
34
+ - ' sentry.io (SaS)'
35
+ - ' on-premise (Self-Hosted)'
35
36
36
37
- type : input
37
38
id : version
38
39
validations :
39
40
required : true
40
41
attributes :
41
- label : " @sentry/react-native SDK Version"
42
- description : " If the issue started after the SDK upgrade, please input both old and new versions."
43
- placeholder : " 5.33.1 ← should look like this"
42
+ label : ' @sentry/react-native SDK Version'
43
+ description : ' If the issue started after the SDK upgrade, please input both old and new versions.'
44
+ placeholder : ' 5.33.1 ← should look like this'
44
45
45
46
- type : textarea
46
47
id : doctor
47
48
validations :
48
49
required : true
49
50
attributes :
50
- label : " How does your development environment look like?"
51
- description : " Output of the command `npx react-native@latest info` or manully describe your development environment?"
51
+ label : ' How does your development environment look like?'
52
+ description :
53
+ ' Output of the command `npx react-native@latest info` or manully describe your development environment?'
52
54
placeholder : |-
53
55
info Fetching system and libraries information...
54
56
OS: OS version
55
57
Node: Your version
56
58
Yarn: Yarn version
57
59
Expo SDK: Expo SDK version
58
- react: React version
60
+ react: React version
59
61
react-native: React Native version
60
62
hermesEnabled: bool
61
63
newArchEnabled: bool
65
67
validations :
66
68
required : true
67
69
attributes :
68
- label : " Sentry.init()"
69
- description : " Code snipped of Sentry initialization from your application."
70
+ label : ' Sentry.init()'
71
+ description : ' Code snipped of Sentry initialization from your application.'
70
72
placeholder : |-
71
73
Sentry.init({
72
74
dsn: 'https://[email protected] /...'
@@ -78,10 +80,10 @@ body:
78
80
validations :
79
81
required : true
80
82
attributes :
81
- label : " Steps to Reproduce"
83
+ label : ' Steps to Reproduce'
82
84
description : " How can we see what you're seeing? Specific is terrific."
83
85
placeholder : |-
84
- 1. Build Android using `npx react-native run-android --mode Debug`
86
+ 1. Build Android using `npx react-native run-android --mode Debug`
85
87
2. Start Metro Dev server using `npx react-native start`
86
88
3. Click on button executing `Sentry.capture(new Error("This is not captured :("))`
87
89
@@ -90,15 +92,15 @@ body:
90
92
validations :
91
93
required : true
92
94
attributes :
93
- label : " Expected Result"
95
+ label : ' Expected Result'
94
96
95
97
- type : textarea
96
98
id : actual
97
99
validations :
98
100
required : true
99
101
attributes :
100
- label : " Actual Result"
101
- description : " JS Console? iOS Console? Logcat? Screenshots? Yes, please."
102
+ label : ' Actual Result'
103
+ description : ' JS Console? iOS Console? Logcat? Screenshots? Yes, please.'
102
104
103
105
- type : markdown
104
106
attributes :
0 commit comments