You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Customize response to blocked requests | 4.1.0 |
19
+
| Automatic user activity event tracking | 4.4.0 |
20
+
| API Security | 4.30.0 |
21
21
22
22
The minimum tracer version to get all supported App and API Protection capabilities for Node.js is 4.30.0.
23
23
24
-
25
24
**Note**:
26
25
- Threat Protection requires enabling [Remote Configuration][2], which is included in the listed minimum tracer version.
27
26
28
27
### Supported deployment types
28
+
29
29
| Type | Threat Detection support |
30
30
|-------------|--------------------------|
31
31
| Docker | {{< X >}} |
@@ -34,6 +34,7 @@ The minimum tracer version to get all supported App and API Protection capabilit
34
34
| AWS Fargate | {{< X >}} |
35
35
| AWS Lambda | {{< X >}} |
36
36
37
+
37
38
## Language and framework compatibility
38
39
39
40
### Node.js Version Support
@@ -48,24 +49,17 @@ For the best level of support, always run the latest LTS release of Node.js, and
48
49
49
50
For more information about Node.js release, see the [official Node.js documentation][4].
50
51
51
-
52
-
53
52
### Operating system support
54
53
55
54
The following operating systems are officially supported by `dd-trace`. Any operating system not listed is still likely to work, but with some features missing, for example App and API Protection capabilities, profiling, and runtime metrics. Generally speaking, operating systems that are actively maintained at the time of initial release for a major version are supported.
56
55
57
-
58
56
| Operating System | Architectures | Minimum Versions |
| Windows | x64 | Windows 8.1, Windows Server 2012 |
64
62
65
-
66
-
67
-
68
-
69
63
### Web framework compatibility
70
64
71
65
- Attacker source HTTP request details
@@ -74,31 +68,25 @@ The following operating systems are officially supported by `dd-trace`. Any oper
74
68
75
69
##### App and API Protection Capability Notes
76
70
77
-
Although Threat Protection is available for express >= 4 versions, the blocking of payloads on the body is only supported for applications using `body-parser` library.
71
+
Although Threat Protection is available for express >= 4 versions, the blocking of payloads on the body is only supported for applications using either the [`body-parser`][45] or [`multer`][46] libraries.
<divclass="alert alert-info">If you would like to see support added for any of the unsupported capabilities or for your Node.js framework, let us know! Fill out <ahref="https://forms.gle/gHrxGQMEnAobukfn7">this short form to send details</a>.</div>
@@ -109,7 +97,6 @@ Although Threat Protection is available for express >= 4 versions, the blocking
109
97
110
98
### Data store compatibility
111
99
112
-
113
100
**Datastore tracing provides:**
114
101
115
102
- Timing request to response
@@ -120,7 +107,6 @@ Although Threat Protection is available for express >= 4 versions, the blocking
120
107
121
108
-**Threat Protection** also works at the HTTP request (input) layer, and so works for all databases by default, even those not listed in the table below.
0 commit comments