File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,14 @@ body:
51
51
label : ' How does your development environment look like?'
52
52
description :
53
53
' Output of the command `npx react-native@latest info` or manully describe your development environment?'
54
- placeholder : |-
55
- info Fetching system and libraries information...
56
- OS: OS version
57
- Node: Your version
58
- Yarn: Yarn version
59
- Expo SDK: Expo SDK version
60
- react: React version
61
- react-native: React Native version
62
- hermesEnabled: bool
63
- newArchEnabled: bool
54
+ value : |-
55
+ ````
56
+ ⬇ Place the `npx react-native@latest info` output here. ⬇
57
+
58
+
59
+
60
+
61
+ ````
64
62
65
63
- type : textarea
66
64
id : init
@@ -69,11 +67,13 @@ body:
69
67
attributes :
70
68
label : ' Sentry.init()'
71
69
description : ' Code snipped of Sentry initialization from your application.'
72
- placeholder : |-
70
+ value : |-
71
+ ````js
73
72
Sentry.init({
74
73
dsn: 'https://[email protected] /...'
75
74
// other options
76
75
});
76
+ ````
77
77
78
78
- type : textarea
79
79
id : repro
You can’t perform that action at this time.
0 commit comments