mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingExcludedTypes": "Request",
|
|
"samplingSettings": {
|
|
"isEnabled": true
|
|
}
|
|
}
|
|
}
|
|
}
|