George Kalpakas 8b95816fc4 fix(docs-infra): log more SW debug info (#42776)
This commit expands the info printed to the console to help diagnose
ServiceWorker issues to include the [internal debug info][1] retrieved
from `/ngsw/state`. This will provide more useful data, such as the
activated SW's version, state, clients, recent operations and any recent
errors.

NOTE:
This temporarily increases the payload size. Removing this code and
reclaiming the payload size is being tracked in #41117.

[1]: https://angular.io/guide/service-worker-devops#locating-and-analyzing-debugging-information

PR Close #42776
2021-07-07 13:37:05 -07:00

27 lines
511 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es2017": 4841,
"main-es2017": 459014,
"polyfills-es2017": 55235,
"styles": 69213,
"light-theme": 79025,
"dark-theme": 78924
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es2017": 4841,
"main-es2017": 459153,
"polyfills-es2017": 55373,
"styles": 69213,
"light-theme": 79025,
"dark-theme": 78924
}
}
}
}