Skip to content

Commit

Permalink
Bumped DD Android SDK to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Sep 6, 2024
1 parent 3440c63 commit 09ed139
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
8 changes: 4 additions & 4 deletions packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly "com.squareup.okhttp3:okhttp:3.12.13"

implementation "com.datadoghq:dd-sdk-android-rum:2.12.1"
implementation "com.datadoghq:dd-sdk-android-logs:2.12.1"
implementation "com.datadoghq:dd-sdk-android-trace:2.12.1"
implementation "com.datadoghq:dd-sdk-android-webview:2.12.1"
implementation "com.datadoghq:dd-sdk-android-rum:2.13.0"
implementation "com.datadoghq:dd-sdk-android-logs:2.13.0"
implementation "com.datadoghq:dd-sdk-android-trace:2.13.0"
implementation "com.datadoghq:dd-sdk-android-webview:2.13.0"
implementation "com.google.code.gson:gson:2.10.0"
testImplementation "org.junit.platform:junit-platform-launcher:1.6.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,78 +45,78 @@ internal class TelemetryConfigurationEventForgeryFactory :
dd = TelemetryConfigurationEvent.Dd(),
telemetry = TelemetryConfigurationEvent.Telemetry(
configuration = TelemetryConfigurationEvent.Configuration(
forge.aNullable { aLong() },
forge.aNullable { aLong() },
forge.aNullable { aLong() },
forge.aNullable { aLong() },
forge.aNullable { aLong() },
forge.aNullable {
sessionSampleRate = forge.aNullable { aLong() },
telemetrySampleRate = forge.aNullable { aLong() },
telemetryConfigurationSampleRate = forge.aNullable { aLong() },
telemetryUsageSampleRate = forge.aNullable { aLong() },
traceSampleRate = forge.aNullable { aLong() },
traceContextInjection = forge.aNullable {
aValueFrom(
TelemetryConfigurationEvent.TraceContextInjection::class.java
)
},
forge.aNullable { aLong() },
forge.aNullable { aLong() },
forge.aNullable { aLong() },
forge.aNullable {
premiumSampleRate = forge.aNullable { aLong() },
replaySampleRate = forge.aNullable { aLong() },
sessionReplaySampleRate = forge.aNullable { aLong() },
trackingConsent = forge.aNullable {
aValueFrom(
TelemetryConfigurationEvent.TrackingConsent::class.java
)
},
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aString() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable {
startSessionReplayRecordingManually = forge.aNullable { aBool() },
useProxy = forge.aNullable { aBool() },
useBeforeSend = forge.aNullable { aBool() },
silentMultipleInit = forge.aNullable { aBool() },
trackSessionAcrossSubdomains = forge.aNullable { aBool() },
trackResources = forge.aNullable { aBool() },
trackLongTask = forge.aNullable { aBool() },
useCrossSiteSessionCookie = forge.aNullable { aBool() },
usePartitionedCrossSiteSessionCookie = forge.aNullable { aBool() },
useSecureSessionCookie = forge.aNullable { aBool() },
allowFallbackToLocalStorage = forge.aNullable { aBool() },
storeContextsAcrossPages = forge.aNullable { aBool() },
allowUntrustedEvents = forge.aNullable { aBool() },
actionNameAttribute = forge.aNullable { aString() },
useAllowedTracingOrigins = forge.aNullable { aBool() },
useAllowedTracingUrls = forge.aNullable { aBool() },
selectedTracingPropagators = forge.aNullable {
aList {
aValueFrom(
TelemetryConfigurationEvent.SelectedTracingPropagator::class.java
)
}
},
forge.aNullable { aString() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
defaultPrivacyLevel = forge.aNullable { aString() },
enablePrivacyForActionName = forge.aNullable { aBool() },
useExcludedActivityUrls = forge.aNullable { aBool() },
useWorkerUrl = forge.aNullable { aBool() },
compressIntakeRequests = forge.aNullable { aBool() },
trackFrustrations = forge.aNullable { aBool() },

forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aList { aString() } },
forge.aNullable { aList { aString() } },
forge.aNullable { aBool() },
forge.aNullable {
trackViewsManually = forge.aNullable { aBool() },
trackInteractions = forge.aNullable { aBool() },
trackUserInteractions = forge.aNullable { aBool() },
forwardErrorsToLogs = forge.aNullable { aBool() },
forwardConsoleLogs = forge.aNullable { aList { aString() } },
forwardReports = forge.aNullable { aList { aString() } },
useLocalEncryption = forge.aNullable { aBool() },
viewTrackingStrategy = forge.aNullable {
aValueFrom(TelemetryConfigurationEvent.ViewTrackingStrategy::class.java)
},
forge.aNullable { aBool() },
forge.aNullable { aLong() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aBool() },
forge.aNullable { aString() },
forge.aNullable { aBool() },
forge.aNullable { aLong() },
forge.aNullable { aLong() }
trackBackgroundEvents = forge.aNullable { aBool() },
mobileVitalsUpdatePeriod = forge.aNullable { aLong() },
trackErrors = forge.aNullable { aBool() },
trackNetworkRequests = forge.aNullable { aBool() },
useTracing = forge.aNullable { aBool() },
trackNativeViews = forge.aNullable { aBool() },
trackNativeErrors = forge.aNullable { aBool() },
trackNativeLongTasks = forge.aNullable { aBool() },
trackCrossPlatformLongTasks = forge.aNullable { aBool() },
useFirstPartyHosts = forge.aNullable { aBool() },
initializationType = forge.aNullable { aString() },
trackFlutterPerformance = forge.aNullable { aBool() },
batchSize = forge.aNullable { aLong() },
batchUploadFrequency = forge.aNullable { aLong() }
)
)
)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-session-replay/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {
api "com.facebook.react:react-android:$reactNativeVersion"
}
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.datadoghq:dd-sdk-android-session-replay:2.12.1"
implementation "com.datadoghq:dd-sdk-android-session-replay:2.13.0"
implementation project(path: ':datadog_mobile-react-native')

testImplementation "org.junit.platform:junit-platform-launcher:1.6.2"
Expand Down

0 comments on commit 09ed139

Please sign in to comment.