Skip to content

Commit 82bc016

Browse files
Merge pull request #619 from NativeScript/vladimirov/track-exceptions
Error-reporting command
2 parents 06d86c6 + 235cc8a commit 82bc016

13 files changed

+72
-104
lines changed

docs/man_pages/general/autocomplete-disable.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Command | Description
1616
[autocomplete](autocomplete.html) | Asks for confirmation if command line autocompletion should be enabled for bash and zsh.
1717
[autocomplete-status](autocomplete-status.html) | Prints the current status of your command-line completion settings.
1818
[autocomplete-enable](autocomplete-enable.html) | Configures your current command-line completion settings.
19-
[feature-usage-tracking](feature-usage-tracking.html) | Configures anonymous usage statistics tracking for the NativeScript command-line interface.
19+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
20+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
2021
[help](help.html) | Lists the available commands or shows information about the selected command.
2122
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
2223
<% } %>

docs/man_pages/general/autocomplete-enable.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Command | Description
1616
[autocomplete](autocomplete.html) | Asks for confirmation if command line autocompletion should be enabled for bash and zsh.
1717
[autocomplete-status](autocomplete-status.html) | Prints the current status of your command-line completion settings.
1818
[autocomplete-disable](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
19-
[feature-usage-tracking](feature-usage-tracking.html) | Configures anonymous usage statistics tracking for the NativeScript command-line interface.
19+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
20+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
2021
[help](help.html) | Lists the available commands or shows information about the selected command.
2122
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
2223
<% } %>

docs/man_pages/general/autocomplete-status.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Command | Description
1515
[autocomplete](autocomplete.html) | Prints your current command-line completion settings. If disabled, prompts you to enable it.
1616
[autocomplete-enable](autocomplete-enable.html) | Configures your current command-line completion settings.
1717
[autocomplete-disable](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
18-
[feature-usage-tracking](feature-usage-tracking.html) | Configures anonymous usage statistics tracking for the NativeScript command-line interface.
18+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
19+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
1920
[help](help.html) | Lists the available commands or shows information about the selected command.
2021
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
2122
<% } %>

docs/man_pages/general/autocomplete.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Command | Description
2626
[autocomplete-status](autocomplete-status.html) | Prints the current status of your command-line completion settings.
2727
[autocomplete-enable](autocomplete-enable.html) | Configures your current command-line completion settings.
2828
[autocomplete-disable](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
29-
[feature-usage-tracking](feature-usage-tracking.html) | Configures anonymous usage statistics tracking for the NativeScript command-line interface.
29+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
30+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
3031
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
3132
<% } %>

docs/man_pages/general/doctor.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Checks your system for configuration problems which might prevent the NativeScri
1212

1313
Command | Description
1414
----------|----------
15-
[feature-usage-tracking](feature-usage-tracking.html) | Configures anonymous usage statistics tracking for the NativeScript CLI.
15+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
16+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
1617
[autocomplete](autocomplete.html) | Prints your current command-line completion settings. If disabled, prompts you to enable it.
1718
[help](help.html) | Lists the available commands or shows information about the selected command.
1819
<% } %>
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
error-reporting
2+
==========
3+
4+
Usage | Synopsis
5+
------|-------
6+
General | `$ tns error-reporting [<Command>]`
7+
8+
Configures anonymous error reporting for the NativeScript CLI.
9+
10+
All data gathered is used strictly for improving the product and will never be used to identify or contact you.
11+
12+
### Attributes
13+
`<Command>` extends the `error-reporting` command. You can set the following values for this attribute.
14+
* `status` - Shows the current configuration for anonymous error reporting for the NativeScript CLI.
15+
* `enable` - Enables anonymous error reporting.
16+
* `disable` - Disables anonymous error reporting.
17+
18+
<% if(isHtml) { %>
19+
### Related Commands
20+
21+
Command | Description
22+
----------|----------
23+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
24+
[autocomplete](autocomplete.html) | Enables command-line completion for bash and zsh shells.
25+
[autocomplete-status](autocomplete-status.html) | Prints the current status of your command-line completion settings.
26+
[autocomplete-enable](autocomplete-enable.html) | Enables command-line completion for bash and zsh shells.
27+
[autocomplete-disable](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
28+
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
29+
<% } %>

docs/man_pages/general/feature-usage-tracking-disable.md

-22
This file was deleted.

docs/man_pages/general/feature-usage-tracking-enable.md

-22
This file was deleted.

docs/man_pages/general/feature-usage-tracking-status.md

-22
This file was deleted.

docs/man_pages/general/feature-usage-tracking.md

-31
This file was deleted.

docs/man_pages/general/help.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ To print information about a selected command in the console, run `$ tns <Comman
1818

1919
Command | Description
2020
----------|----------
21-
[feature-usage-tracking](feature-usage-tracking.html) | Configures anonymous usage statistics tracking for the NativeScript CLI.
21+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
22+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
2223
[autocomplete](autocomplete.html) | Prints your current command-line completion settings. If disabled, prompts you to enable it.
2324
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
2425
<% } %>
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
usage-reporting
2+
==========
3+
4+
Usage | Synopsis
5+
------|-------
6+
General | `$ tns usage-reporting [<Command>]`
7+
8+
Configures anonymous usage reporting for the NativeScript CLI.
9+
10+
All data gathered is used strictly for improving the product and will never be used to identify or contact you.
11+
12+
### Attributes
13+
`<Command>` extends the `usage-reporting` command. You can set the following values for this attribute.
14+
* `status` - Shows the current configuration for anonymous usage reporting for the NativeScript CLI.
15+
* `enable` - Enables anonymous usage reporting.
16+
* `disable` - Disables anonymous usage reporting.
17+
18+
<% if(isHtml) { %>
19+
### Related Commands
20+
21+
Command | Description
22+
----------|----------
23+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
24+
[autocomplete](autocomplete.html) | Enables command-line completion for bash and zsh shells.
25+
[autocomplete-status](autocomplete-status.html) | Prints the current status of your command-line completion settings.
26+
[autocomplete-enable](autocomplete-enable.html) | Enables command-line completion for bash and zsh shells.
27+
[autocomplete-disable](autocomplete-disable.html) | Disables command-line completion for bash and zsh shells.
28+
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
29+
<% } %>

docs/man_pages/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Command | Description
1111
-------|----------
1212
[help `<Command>`](general/help.html) | Shows additional information about the commands in this list in the browser.
1313
[autocomplete](general/autocomplete.html) | Configures your current command-line completion settings.
14-
[feature-usage-tracking](general/feature-usage-tracking.html) | Configures anonymous feature usage tracking.
14+
[usage-reporting](usage-reporting.html) | Configures anonymous usage reporting for the NativeScript CLI.
15+
[error-reporting](error-reporting.html) | Configures anonymous error reporting for the NativeScript CLI.
1516
[doctor](doctor.html) | Checks your system for configuration problems which might prevent the NativeScript CLI from working properly.
1617

1718
## Project Development Commands

0 commit comments

Comments
 (0)