We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31cd50 commit 48fb126Copy full SHA for 48fb126
packages/pwa-kit-runtime/src/utils/ssr-server/metrics-sender.js
@@ -52,7 +52,8 @@ export class MetricsSender {
52
apiVersion: '2010-08-01',
53
// The AWS_REGION variable is defined by the Lambda
54
// environment.
55
- region: process.env.AWS_REGION || 'us-east-1'
+ region: process.env.AWS_REGION || 'us-east-1',
56
+ maxRetries: 0
57
})
58
}
59
return this._CW
0 commit comments