We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1021458 commit 28bf2a2Copy full SHA for 28bf2a2
scripts/run_integration_tests.sh
@@ -227,6 +227,7 @@ for handler_name in "${LAMBDA_HANDLERS[@]}"; do
227
sed -E "s/(\"request_id\"\: \")[a-z0-9\.\-]+/\1XXXX/g" |
228
sed -E "s/(\"http.source_ip\"\: \")[a-z0-9\.\-]+/\1XXXX/g" |
229
sed -E "s/(\"http.user_agent\"\: \")[a-z0-9\.\-]+/\1XXXX/g" |
230
+ sed -E "s/(\"http.useragent\"\: \")[a-z0-9\.\-]+/\1XXXX/g" |
231
sed -E "s/(\"function_trigger.event_source_arn\"\: \")[A-Za-z0-9\/\.\:\-]+/\1XXXX/g" |
232
sed -E "s/(\"duration\"\: )[0-9\.\-]+/\1\"XXXX\"/g" |
233
sed -E "s/(\"start\"\: )[0-9\.\-]+/\1\"XXXX\"/g" |
0 commit comments