Skip to content

Commit db5a792

Browse files
committed
Add stripe configurations
1 parent 370b8b5 commit db5a792

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

metadata/supported-configurations.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,6 +2249,33 @@
22492249
"default": "true"
22502250
}
22512251
],
2252+
"DD_TRACE_STRIPE_ANALYTICS_ENABLED": [
2253+
{
2254+
"implementation": "A",
2255+
"type": "boolean",
2256+
"default": "false",
2257+
"aliases": [
2258+
"DD_STRIPE_ANALYTICS_ENABLED"
2259+
]
2260+
}
2261+
],
2262+
"DD_TRACE_STRIPE_ANALYTICS_SAMPLE_RATE": [
2263+
{
2264+
"implementation": "A",
2265+
"type": "decimal",
2266+
"default": "1.0",
2267+
"aliases": [
2268+
"DD_STRIPE_ANALYTICS_SAMPLE_RATE"
2269+
]
2270+
}
2271+
],
2272+
"DD_TRACE_STRIPE_ENABLED": [
2273+
{
2274+
"implementation": "A",
2275+
"type": "boolean",
2276+
"default": "true"
2277+
}
2278+
],
22522279
"DD_TRACE_SWOOLE_ANALYTICS_ENABLED": [
22532280
{
22542281
"implementation": "A",

0 commit comments

Comments
 (0)