Skip to content

Commit c5dc10c

Browse files
authored
repo: ask for config details on bug creation (#5027)
1 parent 9bff311 commit c5dc10c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ body:
4040
validations:
4141
required: false
4242

43+
- type: textarea
44+
attributes:
45+
label: Tracer Config
46+
description: "Please provide the `tracer.init(config)` object and any applicable tracer environment variables"
47+
validations:
48+
required: false
49+
4350
- type: input
4451
attributes:
4552
label: Operating System

0 commit comments

Comments
 (0)