mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
c07afc4382
This way it can work with newer runtimes.
22 lines
385 B
JSON
22 lines
385 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": true,
|
|
"excludedTypes": "Request"
|
|
}
|
|
}
|
|
},
|
|
"extensions": {
|
|
"queues": {
|
|
"batchSize": 1,
|
|
"newBatchThreshold": 0
|
|
}
|
|
},
|
|
"extensionBundle": {
|
|
"id": "Microsoft.Azure.Functions.ExtensionBundle",
|
|
"version": "[2.*, 3.0.0)"
|
|
}
|
|
}
|