File tree 1 file changed +2
-1
lines changed
packages/node/src/integrations
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,11 @@ export class RequestData implements Integration {
119
119
}
120
120
121
121
// The Express request handler takes a similar `include` option to that which can be passed to this integration.
122
- // If passed there, we store it in `sdkProcessingMetadata`. TODO(v8): Force express people to use this
122
+ // If passed there, we store it in `sdkProcessingMetadata`. TODO(v8): Force express and GCP people to use this
123
123
// integration, so that all of this passing and conversion isn't necessary
124
124
const addRequestDataOptions =
125
125
sdkProcessingMetadata . requestDataOptionsFromExpressHandler ||
126
+ sdkProcessingMetadata . requestDataOptionsFromGCPWrapper ||
126
127
convertReqDataIntegrationOptsToAddReqDataOpts ( this . _options ) ;
127
128
128
129
const processedEvent = this . _addRequestData ( event , req , addRequestDataOptions ) ;
You can’t perform that action at this time.
0 commit comments