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 79b2cf8 commit 5ab2c3bCopy full SHA for 5ab2c3b
src/main/java/scorekeep/WebConfig.java
@@ -31,6 +31,7 @@ public Filter SimpleCORSFilter() {
31
}
32
33
static {
34
+ AWSXRay.beginSegment("Scorekeep");
35
AWSXRayRecorderBuilder builder = AWSXRayRecorderBuilder.standard().withPlugin(new EC2Plugin()).withPlugin(new ElasticBeanstalkPlugin());
36
37
URL ruleFile = WebConfig.class.getResource("/sampling-rules.json");
@@ -41,5 +42,7 @@ public Filter SimpleCORSFilter() {
41
42
if ( System.getenv("NOTIFICATION_EMAIL") != null ){
43
Utils.createSubscription();
44
45
+
46
+ AWSXRay.endSegment();
47
48
0 commit comments