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 920ab21 commit c05d545Copy full SHA for c05d545
dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/Agent.java
@@ -354,7 +354,9 @@ public static void start(
354
// We need to run the crashtracking initialization after all the config has been resolved and
355
// task scheduler initialized
356
if (crashTrackingEnabled) {
357
+ StaticEventLogger.begin("crashtracking");
358
startCrashTracking();
359
+ StaticEventLogger.end("crashtracking");
360
}
361
startDatadogAgent(initTelemetry, inst);
362
0 commit comments