We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02316a0 commit eb63314Copy full SHA for eb63314
OneSignalSDK/onesignal/otel/src/main/java/com/onesignal/otel/config/OtelConfigRemoteOneSignal.kt
@@ -7,10 +7,10 @@ import java.time.Duration
7
8
internal class OtelConfigRemoteOneSignal {
9
companion object {
10
- const val OTEL_PATH = "sdk/otel"
+ const val OTEL_PATH = "sdk/log"
11
12
fun buildEndpoint(apiBaseUrl: String, appId: String): String =
13
- "$apiBaseUrl$OTEL_PATH/v1/logs?app_id=$appId"
+ "$apiBaseUrl$OTEL_PATH?app_id=$appId"
14
}
15
16
object LogRecordExporterConfig {
0 commit comments