Skip to content

Commit 76e64e6

Browse files
committed
TODO
1 parent 009e65e commit 76e64e6

File tree

1 file changed

+3
-0
lines changed
  • agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/exporter

1 file changed

+3
-0
lines changed

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/exporter/AgentSpanExporter.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ public CompletableResultCode export(Collection<SpanData> spans) {
5858
}
5959
for (SpanData span : spans) {
6060
logger.debug("exporting span: {}", span);
61+
62+
// TODO apply exception sampling overrides to span events!
63+
6164
try {
6265
mapper.map(span, telemetryItemConsumer);
6366
exportingSpanLogger.recordSuccess();

0 commit comments

Comments
 (0)