Skip to content

Commit aca4d87

Browse files
committed
Remove note about not logging network requests
1 parent e18adc6 commit aca4d87

File tree

1 file changed

+5
-4
lines changed
  • packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages

1 file changed

+5
-4
lines changed

packages/ui-extensions/docs/surfaces/point-of-sale/staticPages/pages/debugging.doc.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ If a component is given an incorrect parameter, the extension will be replaced w
3535
You can now view your POS UI Extension's JavaScript console output (\`console.log\`, etc.) directly in your terminal when running \`shopify app dev\`. This feature doesn't require your test device to be physically connected to your computer.
3636
3737
### How it works
38-
1. Launch your extension in development mode: \`shopify app dev\`
38+
1. Ensure you are using at least version 3.82 of the Shopify CLI and version 10.XXXXXX of the POS app.
3939
40-
2. As your extension runs in the Shopify POS app on your test device, any console logging statements you use (such as \`console.log("My data", data);\`) will appear in the terminal output where you launched shopify app dev.
40+
2. Launch your extension in development mode: \`shopify app dev\`
41+
42+
3. As your extension runs in the Shopify POS app on your test device, any console logging statements you use (such as \`console.log("My data", data);\`) will appear in the terminal output where you launched shopify app dev.
4143
4244
### Benefits
4345
- Console logs are viewable without connecting a test device to a computer
@@ -46,8 +48,7 @@ You can now view your POS UI Extension's JavaScript console output (\`console.lo
4648
4749
### Limitations
4850
49-
- Console logs are only available when running \`shopify app dev\`. They are not available for production extensions.
50-
- Network requests are not supported in the console. To view network requests, you can use the browser dev tools or manually log the network requests in your code.`,
51+
- Console logs are only available when running \`shopify app dev\`. They are not available for production extensions.`,
5152
},
5253
{
5354
type: 'Generic',

0 commit comments

Comments
 (0)