Skip to content

Commit be61702

Browse files
committed
add todo
1 parent 36dda07 commit be61702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler/src/main/java/com/splunk/opentelemetry/profiler/LogExporterBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ static LogRecordExporter buildHttpExporter(
116116
return builder.addHeader(EXTRA_CONTENT_TYPE, STACKTRACES_HEADER_VALUE).build();
117117
}
118118

119+
// TODO: find a different solution
119120
public static ExtendedDeclarativeConfigProperties toExtended(
120121
DeclarativeConfigProperties properties) {
121122
if (properties instanceof ExtendedDeclarativeConfigProperties) {

0 commit comments

Comments
 (0)