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 509b19c commit 5cd1bcdCopy full SHA for 5cd1bcd
kotlin/services/xray/src/main/kotlin/com/kotlin/xray/CreateSamplingRule.kt
@@ -58,7 +58,7 @@ suspend fun createRule(ruleNameVal: String?) {
58
samplingRule = rule
59
}
60
61
- XRayClient.fromEnvironment { region = "us-east-1" }.use { xRayClient ->
+ XRayClient.fromEnvironment { region = "us-east-1" }.use { xRayClient ->
62
val ruleResponse: CreateSamplingRuleResponse = xRayClient.createSamplingRule(ruleRequest)
63
println("The ARN of the new rule is ${ruleResponse.samplingRuleRecord?.samplingRule?.ruleArn}")
64
0 commit comments