Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ca6d40d
doc: add initial list of technical priorities
mhdawson Sep 27, 2021
29cfbe6
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
12d72b0
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
cd82ba4
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
8afb973
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
dd46885
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
0da05f6
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
cdbe0fc
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
ee72011
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
83da957
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
ae10e14
Update doc/guides/technical-priorities.md
mhdawson Oct 15, 2021
c72f27a
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
3488894
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
c5be401
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
8b78b12
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
752e8d7
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
1baef22
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
c3e15dd
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
79af965
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
2c62000
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
56edab3
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
e57f9b4
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
8df58c2
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
803372c
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
31d29c5
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
1e397eb
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
06d1642
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
a4254bf
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
2854e98
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
7328a7f
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
87e4f21
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/guides/technical-priorities.md
  • Loading branch information
mhdawson authored Oct 28, 2021
commit 87e4f2185fdcb3c35f2be8463ec1f39cfe0708cc
4 changes: 3 additions & 1 deletion doc/guides/technical-priorities.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ the behavior of Node.js applications as well as ensuring there are well
supported tools to implement those processes (logging, metrics and tracing).
This includes support within the Node.js runtime itself (for example
generating headumps, performance metrics, etc.) as well as support for
applications on top of the runtime. In addition, it is also important to clearly document the use cases, problem determination methods and best practices for those tools.
applications on top of the runtime. In addition, it is also important to clearly
document the use cases, problem determination methods and best
practices for those tools.

## Permissions/policies/security model

Expand Down