Skip to content

Commit 477eaf5

Browse files
committed
bot: add js debug log commands
1 parent d23279d commit 477eaf5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/commands.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@
133133
"action": "updateLabels",
134134
"addLabel": "~needs more info"
135135
},
136+
{
137+
"type": "comment",
138+
"name": "jsDebugLogs",
139+
"action": "updateLabels",
140+
"addLabel": "needs more info",
141+
"comment": "Please collect trace logs using the following instructions:\n\n> If you're able to, add `\"trace\": true` to your `launch.json` and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.\n\n> ⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to connor@xbox.com"
142+
},
136143
{
137144
"type": "comment",
138145
"name": "closedWith",

0 commit comments

Comments
 (0)