File tree Expand file tree Collapse file tree 1 file changed +39
-3
lines changed Expand file tree Collapse file tree 1 file changed +39
-3
lines changed Original file line number Diff line number Diff line change 36
36
- .NET Framework
37
37
- IL2CPP
38
38
- Mono
39
- - Xamarin
40
39
- Other
41
40
validations :
42
41
required : true
45
44
id : dotnet_version
46
45
attributes :
47
46
label : .NET Version
48
- description : .NET Version
49
- placeholder : 6 .0.0 ← should look like this
47
+ description : If using .NET Core, please copy the output of 'dotnet --version' here
48
+ placeholder : 9 .0.200 ← should look like this
50
49
validations :
51
50
required : true
52
51
67
66
validations :
68
67
required : true
69
68
69
+ - type : input
70
+ id : os_version
71
+ attributes :
72
+ label : OS Version
73
+ description : Operating System Version
74
+
75
+ - type : dropdown
76
+ id : ide
77
+ attributes :
78
+ label : Development Environment
79
+ description : What development environment are you using
80
+ options :
81
+ - Visual Studio v17.x
82
+ - Visual Studio Code (Windows)
83
+ - Visual Studio Code (MacOS)
84
+ - Rider 2024 (Windows)
85
+ - Rider 2024 (MacOS)
86
+ - Other
87
+ validations :
88
+ required : true
89
+
70
90
- type : input
71
91
id : sentry_sdk_version
72
92
attributes :
@@ -84,6 +104,22 @@ body:
84
104
validations :
85
105
required : false
86
106
107
+ - type : textarea
108
+ id : workloadset
109
+ attributes :
110
+ label : Workload Versions
111
+ description : If using .NET Core, please copy/paste the output of 'dotnet workload list' here
112
+ validations :
113
+ required : true
114
+
115
+ - type : textarea
116
+ id : sentryuse
117
+ attributes :
118
+ label : UseSentry or SentrySdk.Init call
119
+ description : Please include the block of code used in UseSentry or SentrySdk.Init - please blank out your DSN
120
+ validations :
121
+ required : true
122
+
87
123
- type : textarea
88
124
id : repro
89
125
attributes :
You can’t perform that action at this time.
0 commit comments