File tree Expand file tree Collapse file tree 5 files changed +54
-43
lines changed Expand file tree Collapse file tree 5 files changed +54
-43
lines changed Original file line number Diff line number Diff line change 1
1
name : 💡 Feature Request
2
- description : Propose new functionality for the SDK
2
+ description : Tell us about a problem our SDK could solve but doesn't.
3
3
labels : ["Elixir", "Feature"]
4
4
body :
5
- - type : markdown
6
- attributes :
7
- value : Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
8
5
- type : textarea
9
6
id : problem
10
7
attributes :
11
8
label : Problem Statement
12
- description : A clear and concise description of what you want and what your use case is.
9
+ description : What problem could Sentry solve that it doesn't?
13
10
placeholder : |-
14
11
I want to make whirled peas, but Sentry doesn't blend.
15
12
validations :
16
13
required : true
14
+
17
15
- type : textarea
18
16
id : expected
19
17
attributes :
22
20
placeholder : |-
23
21
Add a blender to Sentry.
24
22
validations :
25
- required : true
23
+ required : false
24
+
26
25
- type : markdown
27
26
attributes :
28
27
value : |-
Original file line number Diff line number Diff line change 1
1
name : 💡 Improvement
2
- description : Propose an improvement for existing functionality of the SDK
2
+ description : Propose an improvement for existing functionality of the SDK.
3
3
labels : ["Elixir", "Improvement"]
4
4
body :
5
- - type : markdown
6
- attributes :
7
- value : Thanks for taking the time to file a request! Please fill out this form as completely as possible.
8
5
- type : textarea
9
6
id : problem
10
7
attributes :
11
8
label : Problem Statement
12
- description : A clear and concise description of what you want and what your use case is.
9
+ description : What problem could Sentry solve that it doesn't?
13
10
placeholder : |-
14
11
I want to make whirled peas, but Sentry doesn't blend.
15
12
validations :
16
13
required : true
14
+
17
15
- type : textarea
18
16
id : expected
19
17
attributes :
22
20
placeholder : |-
23
21
Add a blender to Sentry.
24
22
validations :
25
- required : true
23
+ required : false
24
+
26
25
- type : markdown
27
26
attributes :
28
27
value : |-
Original file line number Diff line number Diff line change 1
1
name : 🐞 Bug Report
2
- description : Tell us about something that's not working the way we (probably) intend .
2
+ description : Report an unexpected problem or behavior of this SDK .
3
3
labels : ["Elixir", "Bug"]
4
4
body :
5
- - type : dropdown
6
- id : type
5
+ - type : textarea
7
6
attributes :
8
- label : How do you use Sentry?
9
- options :
10
- - Sentry SaaS (sentry.io)
11
- - Self-hosted / on-premises
7
+ label : Issue Description
12
8
validations :
13
9
required : true
14
- - type : input
15
- id : version
10
+ - type : textarea
16
11
attributes :
17
- label : SDK version
18
- description : Which SDK version do you use?
19
- placeholder : e.g. 4.9.2
12
+ label : Reproduction Steps
20
13
validations :
21
14
required : true
22
15
- type : textarea
23
- id : repro
24
16
attributes :
25
- label : Steps to reproduce
26
- description : How can we see what you're seeing? Specific is terrific.
27
- placeholder : |-
28
- 1. What
29
- 2. you
30
- 3. did.
17
+ label : Expected Behavior
31
18
validations :
32
19
required : true
33
20
- type : textarea
34
- id : expected
35
21
attributes :
36
- label : Expected result
22
+ label : Actual Behavior
37
23
validations :
38
24
required : true
39
- - type : textarea
40
- id : actual
25
+ - type : input
26
+ attributes :
27
+ label : Elixir Version
28
+ validations :
29
+ required : true
30
+ - type : input
41
31
attributes :
42
- label : Actual result
43
- description : Logs? Screenshots? Yes, please.
32
+ label : SDK Version
44
33
validations :
45
34
required : true
46
- - type : markdown
35
+ - type : input
36
+ attributes :
37
+ label : Integration and Its Version
38
+ description : e.g. Rails/Sidekiq/Rake/DelayedJob...etc.
39
+ validations :
40
+ required : false
41
+ - type : textarea
47
42
attributes :
48
- value : |-
49
- ## Thanks 🙏
43
+ label : Sentry Config
50
44
validations :
51
45
required : false
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
- - name : Support Request
4
- url : https://sentry.io/support
5
- about : Use our dedicated support channel for paid accounts.
3
+ - name : 📚 SDK Documentation
4
+ url : https://docs.sentry.io/platforms/ruby/
5
+ about : Check the SDK's documentation
6
+
7
+ - name : 📚 SDK API Documentation
8
+ url : https://www.rubydoc.info/gems/sentry-ruby-core/Sentry
9
+ about : Check the SDK's API documentation
10
+
11
+ - name : 💬 Community Discord
12
+ url : https://discord.gg/PXa5Apfe7K
13
+ about : Ping us on Discord if you have questions
Original file line number Diff line number Diff line change
1
+ name : Blank Issue
2
+ description : Blank Issue. Reserved for maintainers.
3
+ labels : ["Elixir"]
4
+ body :
5
+ - type : textarea
6
+ id : description
7
+ attributes :
8
+ label : Description
9
+ description : Please describe the issue.
10
+ validations :
11
+ required : true
You can’t perform that action at this time.
0 commit comments