You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/debug/internal/logging/otel/OneSignalOpenTelemetry.kt
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,23 @@ internal abstract class OneSignalOpenTelemetryBase(
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/debug/internal/logging/otel/attributes/OneSignalOtelFieldsPerEvent.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ internal class OneSignalOtelFieldsPerEvent(
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/debug/internal/logging/otel/config/OtelConfigRemoteOneSignal.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ internal class OtelConfigRemoteOneSignal {
27
27
}
28
28
29
29
object SdkLoggerProviderConfig {
30
-
// TODO: Switch to sdklogs.onesignal.com
30
+
// TODO: Switch to https://sdklogs.onesignal.com:443/sdk/otel
31
31
constvalBASE_URL="https://api.honeycomb.io:443"
32
32
33
33
@RequiresApi(Build.VERSION_CODES.O)
@@ -40,7 +40,7 @@ internal class OtelConfigRemoteOneSignal {
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/debug/internal/logging/otel/crash/OneSignalCrashReporterOtel.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,9 @@ internal class OneSignalCrashReporterOtel(
0 commit comments