File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export interface WrapperOptions {
51
51
captureAllSettledReasons : boolean ;
52
52
/**
53
53
* Automatically trace all handler invocations.
54
- * You may want to disable this if you use express within Lambda (use tracingHandler instead) .
54
+ * You may want to disable this if you use express within Lambda.
55
55
* @default true
56
56
*/
57
57
startTrace : boolean ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export interface SamplingContext extends CustomSamplingContext {
35
35
location ?: WorkerLocation ;
36
36
37
37
/**
38
- * Object representing the incoming request to a node server. Passed by default when using the TracingHandler.
38
+ * Object representing the incoming request to a node server.
39
39
*/
40
40
request ?: ExtractedNodeRequestData ;
41
41
You can’t perform that action at this time.
0 commit comments