We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dda07 commit be61702Copy full SHA for be61702
profiler/src/main/java/com/splunk/opentelemetry/profiler/LogExporterBuilder.java
@@ -116,6 +116,7 @@ static LogRecordExporter buildHttpExporter(
116
return builder.addHeader(EXTRA_CONTENT_TYPE, STACKTRACES_HEADER_VALUE).build();
117
}
118
119
+ // TODO: find a different solution
120
public static ExtendedDeclarativeConfigProperties toExtended(
121
DeclarativeConfigProperties properties) {
122
if (properties instanceof ExtendedDeclarativeConfigProperties) {
0 commit comments