Skip to content

Commit 37c7c1b

Browse files
committed
Fix typo in iOS debug command docs
1 parent 9ab3a21 commit 37c7c1b

File tree

1 file changed

+1
-1
lines changed
  • docs/user/user/debugging

1 file changed

+1
-1
lines changed

docs/user/user/debugging/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There are a few things to consider when creating the custom URL:
3737
- Invalid commands will log an error and cause the entire URL to be ignored.
3838
- Not all commands are required to be encoded in the URL, you can mix and match the commands that you need.
3939
- Multiple instances of commands are not allowed in the same URL and, if present, will cause the entire URL to be ignored.
40-
- The `logPings` command doesn't trigger ping submission and you won't see any output until a ping has been submitted. You can use the `sendPings` command to force a ping to be sent, but it could be more desirable to trigger the pings submission on their normal schedule. For instance, the `baseline` and `events` pings can be triggered by moving the app out of the foreground and the `metrics` ping can be triggered normally if it is overdue for the current calendar day. See the [ping documentation](../pings/index.md) for more information on ping scheduling to learn when pings are sent.
40+
- The `logPings` command doesn't trigger ping submission and you won't see any output until a ping has been submitted. You can use the `sendPing` command to force a ping to be sent, but it could be more desirable to trigger the pings submission on their normal schedule. For instance, the `baseline` and `events` pings can be triggered by moving the app out of the foreground and the `metrics` ping can be triggered normally if it is overdue for the current calendar day. See the [ping documentation](../pings/index.md) for more information on ping scheduling to learn when pings are sent.
4141
- Enabling debugging features through custom URLs overrides any debugging features set through environment variables.
4242

4343
### Instrumenting the application for Glean SDK debug functionality

0 commit comments

Comments
 (0)