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 {
5151 captureAllSettledReasons : boolean ;
5252 /**
5353 * 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.
5555 * @default true
5656 */
5757 startTrace : boolean ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export interface SamplingContext extends CustomSamplingContext {
3535 location ?: WorkerLocation ;
3636
3737 /**
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.
3939 */
4040 request ?: ExtractedNodeRequestData ;
4141
You can’t perform that action at this time.
0 commit comments