@scalebun/react-native 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +65 -65
- package/android/build/generated/source/buildConfig/debug/com/scalebun/sdk/BuildConfig.java +12 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeReplaySdkSpec.java +208 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeScaleBunCrashSpec.java +46 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeScaleBunInstallReferrerSpec.java +38 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeScaleBunOtaSpec.java +63 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeScaleBunPerformanceSpec.java +70 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeScaleBunProfilerSpec.java +96 -0
- package/android/build/generated/source/codegen/java/com/scalebun/spec/NativeScaleBunStorageSpec.java +50 -0
- package/android/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
- package/android/build/generated/source/codegen/jni/ScaleBunSpec-generated.cpp +554 -0
- package/android/build/generated/source/codegen/jni/ScaleBunSpec.h +79 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/ComponentDescriptors.cpp +22 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/ComponentDescriptors.h +24 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/EventEmitters.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/EventEmitters.h +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/Props.cpp +19 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/Props.h +18 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/ScaleBunSpecJSI-generated.cpp +595 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/ScaleBunSpecJSI.h +1070 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/ShadowNodes.cpp +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/ShadowNodes.h +23 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/States.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/ScaleBunSpec/States.h +20 -0
- package/android/build/generated/source/codegen/schema.json +1 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +20 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
- package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
- package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/android/build/intermediates/java_res/debug/processDebugJavaRes/out/META-INF/scalebun_react-native_debug.kotlin_module +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/sdk/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeReplaySdkSpec.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeScaleBunCrashSpec.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeScaleBunInstallReferrerSpec.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeScaleBunOtaSpec.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeScaleBunPerformanceSpec.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeScaleBunProfilerSpec.class +0 -0
- package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/scalebun/spec/NativeScaleBunStorageSpec.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +24 -0
- package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +20 -0
- package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
- package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/META-INF/scalebun_react-native_debug.kotlin_module +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/crash/CrashStorage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/crash/NativeCrashHandler$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/crash/NativeCrashHandler.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/ANRWatchdog$HangInfo.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/ANRWatchdog.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/AppStartCollector$AppStartInfo.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/AppStartCollector$Breakdown.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/AppStartCollector$start$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/AppStartCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/FrameMetricsCollector$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/FrameMetricsCollector$FrameMetricsSnapshot.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/FrameMetricsCollector$start$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/FrameMetricsCollector$startChoreographerFallback$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/FrameMetricsCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/PerformanceCore$Listener.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/core/performance/PerformanceCore.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/ProfilerModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/ProfilerModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/ProfilerPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/ProfilerSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/CpuCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/IncidentDetector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/MemoryCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/RenderCollector$frameCallback$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/RenderCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/SamplerScheduler.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/SamplerSchedulerKt.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/ThreadCollector$WhenMappings.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/profiler/collectors/ThreadCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/ReplaySdkModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/ReplaySdkModule$registerConnectivity$cb$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/ReplaySdkModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/ReplaySdkPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/ReplaySdkSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/CaptureReason$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/CaptureReason.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/FrameCaptureManager$startFrequencyTimer$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/FrameCaptureManager.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/FrameCaptureScheduler$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/FrameCaptureScheduler$FrameRequest.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/FrameCaptureScheduler.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/UiStabilityDetector$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/UiStabilityDetector$SettleWatch.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/UiStabilityDetector$StabilityWatch.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/capture/UiStabilityDetector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/CaptureMode$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/CaptureMode.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/ReplayConfig$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/ReplayConfig.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/ReplayLogger.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/ScreenshotQuality$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/ScreenshotQuality.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/SessionIdGenerator.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/core/SessionState.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/models/ReplayFrame.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/models/ReplaySession.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/models/TimelineEvent.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/NativeOutbox$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/NativeOutbox$enforceLimits$lambda$37$$inlined$sortedBy$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/NativeOutbox.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/OutboxUploader$NetResult$NetworkError.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/OutboxUploader$NetResult$Response.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/OutboxUploader$NetResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/OutboxUploader$Outcome.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/OutboxUploader$WhenMappings.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/outbox/OutboxUploader.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/privacy/PrivacyMaskProcessor.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/session/SessionManager.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/storage/ReplayStorage$enforceStorageLimit$$inlined$sortedBy$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/storage/ReplayStorage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/timeline/TimelineCollector.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/tracking/DialogTouchObserver$start$runnable$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/tracking/DialogTouchObserver.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/tracking/InteractionTracker.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/tracking/NativeTouchInterceptor.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/tracking/ScreenTracker.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/transport/ReplayTransport$UploadResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/transport/ReplayTransport$upload$2.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/transport/ReplayTransport.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/voice/VoiceRecorder$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/voice/VoiceRecorder$Result.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/voice/VoiceRecorder.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/voice/VoiceTranscriber$TranscriptResult.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/voice/VoiceTranscriber$listener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/replaysdk/voice/VoiceTranscriber.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ScaleBunPackage$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ScaleBunPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/crash/ScaleBunCrashModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/crash/ScaleBunCrashModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/crash/ScaleBunCrashPackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/crash/ScaleBunCrashSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/engage/ScaleBunEngageModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/engage/ScaleBunEngageModule$WindowInsetEdges.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/engage/ScaleBunEngageModule$shakeListener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/engage/ScaleBunEngageModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/engage/ScaleBunEngagePackage.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/engage/ScaleBunNotificationPresenter.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ota/ScaleBunOtaModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ota/ScaleBunOtaModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ota/ScaleBunOtaSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ota/SlotManager$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/ota/SlotManager.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/performance/PerformanceModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/performance/PerformanceModule$coreListener$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/performance/PerformanceModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/performance/PerformanceSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule$getInstallReferrer$1.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/referrer/ScaleBunInstallReferrerSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/storage/ScaleBunStorageModule$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/storage/ScaleBunStorageModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/rn/storage/ScaleBunStorageSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/sdk/BuildConfig.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeReplaySdkSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeScaleBunCrashSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeScaleBunInstallReferrerSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeScaleBunOtaSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeScaleBunPerformanceSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeScaleBunProfilerSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/spec/NativeScaleBunStorageSpec.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/storage/KvFileStore$Companion.class +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/scalebun/storage/KvFileStore.class +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/package-parts.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.s +1 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.s +1 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +25 -0
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/kotlin-classes/debug/META-INF/scalebun_react-native_debug.kotlin_module +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/crash/CrashStorage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/crash/NativeCrashHandler$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/crash/NativeCrashHandler.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/ANRWatchdog$HangInfo.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/ANRWatchdog.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/AppStartCollector$AppStartInfo.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/AppStartCollector$Breakdown.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/AppStartCollector$start$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/AppStartCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/FrameMetricsCollector$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/FrameMetricsCollector$FrameMetricsSnapshot.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/FrameMetricsCollector$start$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/FrameMetricsCollector$startChoreographerFallback$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/FrameMetricsCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/PerformanceCore$Listener.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/core/performance/PerformanceCore.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/ProfilerModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/ProfilerModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/ProfilerPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/ProfilerSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/CpuCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/IncidentDetector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/MemoryCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/RenderCollector$frameCallback$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/RenderCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/SamplerScheduler.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/SamplerSchedulerKt.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/ThreadCollector$WhenMappings.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/profiler/collectors/ThreadCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/ReplaySdkModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/ReplaySdkModule$registerConnectivity$cb$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/ReplaySdkModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/ReplaySdkPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/ReplaySdkSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/CaptureReason$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/CaptureReason.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/FrameCaptureManager$startFrequencyTimer$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/FrameCaptureManager.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/FrameCaptureScheduler$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/FrameCaptureScheduler$FrameRequest.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/FrameCaptureScheduler.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/UiStabilityDetector$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/UiStabilityDetector$SettleWatch.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/UiStabilityDetector$StabilityWatch.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/capture/UiStabilityDetector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/CaptureMode$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/CaptureMode.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/ReplayConfig$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/ReplayConfig.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/ReplayLogger.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/ScreenshotQuality$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/ScreenshotQuality.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/SessionIdGenerator.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/core/SessionState.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/models/ReplayFrame.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/models/ReplaySession.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/models/TimelineEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/NativeOutbox$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/NativeOutbox$enforceLimits$lambda$37$$inlined$sortedBy$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/NativeOutbox.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/OutboxUploader$NetResult$NetworkError.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/OutboxUploader$NetResult$Response.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/OutboxUploader$NetResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/OutboxUploader$Outcome.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/OutboxUploader$WhenMappings.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/outbox/OutboxUploader.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/privacy/PrivacyMaskProcessor.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/session/SessionManager.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/storage/ReplayStorage$enforceStorageLimit$$inlined$sortedBy$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/storage/ReplayStorage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/timeline/TimelineCollector.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/tracking/DialogTouchObserver$start$runnable$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/tracking/DialogTouchObserver.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/tracking/InteractionTracker.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/tracking/NativeTouchInterceptor.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/tracking/ScreenTracker.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/transport/ReplayTransport$UploadResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/transport/ReplayTransport$upload$2.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/transport/ReplayTransport.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/voice/VoiceRecorder$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/voice/VoiceRecorder$Result.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/voice/VoiceRecorder.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/voice/VoiceTranscriber$TranscriptResult.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/voice/VoiceTranscriber$listener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/replaysdk/voice/VoiceTranscriber.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ScaleBunPackage$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ScaleBunPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/crash/ScaleBunCrashModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/crash/ScaleBunCrashModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/crash/ScaleBunCrashPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/crash/ScaleBunCrashSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/engage/ScaleBunEngageModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/engage/ScaleBunEngageModule$WindowInsetEdges.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/engage/ScaleBunEngageModule$shakeListener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/engage/ScaleBunEngageModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/engage/ScaleBunEngagePackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/engage/ScaleBunNotificationPresenter.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ota/ScaleBunOtaModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ota/ScaleBunOtaModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ota/ScaleBunOtaSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ota/SlotManager$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/ota/SlotManager.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/performance/PerformanceModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/performance/PerformanceModule$coreListener$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/performance/PerformanceModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/performance/PerformanceSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule$getInstallReferrer$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/referrer/ScaleBunInstallReferrerSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/storage/ScaleBunStorageModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/storage/ScaleBunStorageModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/rn/storage/ScaleBunStorageSpec.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/storage/KvFileStore$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/scalebun/storage/KvFileStore.class +0 -0
- package/android/build.gradle +86 -86
- package/android/consumer-rules.pro +28 -28
- package/android/src/main/AndroidManifest.xml +14 -14
- package/android/src/main/java/com/scalebun/core/crash/CrashStorage.kt +41 -41
- package/android/src/main/java/com/scalebun/core/crash/NativeCrashHandler.kt +79 -79
- package/android/src/main/java/com/scalebun/core/performance/ANRWatchdog.kt +100 -100
- package/android/src/main/java/com/scalebun/core/performance/AppStartCollector.kt +132 -132
- package/android/src/main/java/com/scalebun/core/performance/FrameMetricsCollector.kt +230 -230
- package/android/src/main/java/com/scalebun/core/performance/PerformanceCore.kt +165 -165
- package/android/src/main/java/com/scalebun/profiler/ProfilerModule.kt +398 -398
- package/android/src/main/java/com/scalebun/profiler/ProfilerPackage.kt +24 -24
- package/android/src/main/java/com/scalebun/profiler/collectors/CpuCollector.kt +161 -161
- package/android/src/main/java/com/scalebun/profiler/collectors/IncidentDetector.kt +223 -223
- package/android/src/main/java/com/scalebun/profiler/collectors/MemoryCollector.kt +157 -157
- package/android/src/main/java/com/scalebun/profiler/collectors/RenderCollector.kt +194 -194
- package/android/src/main/java/com/scalebun/profiler/collectors/SamplerScheduler.kt +218 -218
- package/android/src/main/java/com/scalebun/profiler/collectors/ThreadCollector.kt +142 -142
- package/android/src/main/java/com/scalebun/replaysdk/ReplaySdkModule.kt +966 -966
- package/android/src/main/java/com/scalebun/replaysdk/ReplaySdkPackage.kt +24 -24
- package/android/src/main/java/com/scalebun/replaysdk/capture/CaptureReason.kt +47 -47
- package/android/src/main/java/com/scalebun/replaysdk/capture/FrameCaptureManager.kt +508 -508
- package/android/src/main/java/com/scalebun/replaysdk/capture/FrameCaptureScheduler.kt +187 -187
- package/android/src/main/java/com/scalebun/replaysdk/capture/UiStabilityDetector.kt +214 -214
- package/android/src/main/java/com/scalebun/replaysdk/core/ReplayConfig.kt +144 -144
- package/android/src/main/java/com/scalebun/replaysdk/core/ReplayLogger.kt +31 -31
- package/android/src/main/java/com/scalebun/replaysdk/core/SessionIdGenerator.kt +15 -15
- package/android/src/main/java/com/scalebun/replaysdk/models/ReplayModels.kt +88 -88
- package/android/src/main/java/com/scalebun/replaysdk/outbox/NativeOutbox.kt +541 -541
- package/android/src/main/java/com/scalebun/replaysdk/outbox/OutboxUploader.kt +407 -407
- package/android/src/main/java/com/scalebun/replaysdk/privacy/PrivacyMaskProcessor.kt +126 -126
- package/android/src/main/java/com/scalebun/replaysdk/session/SessionManager.kt +281 -281
- package/android/src/main/java/com/scalebun/replaysdk/storage/ReplayStorage.kt +136 -136
- package/android/src/main/java/com/scalebun/replaysdk/timeline/TimelineCollector.kt +28 -28
- package/android/src/main/java/com/scalebun/replaysdk/tracking/InteractionTracker.kt +419 -419
- package/android/src/main/java/com/scalebun/replaysdk/tracking/ScreenTracker.kt +20 -20
- package/android/src/main/java/com/scalebun/replaysdk/transport/ReplayTransport.kt +99 -99
- package/android/src/main/java/com/scalebun/replaysdk/voice/VoiceRecorder.kt +121 -121
- package/android/src/main/java/com/scalebun/replaysdk/voice/VoiceTranscriber.kt +104 -104
- package/android/src/main/java/com/scalebun/rn/ScaleBunPackage.kt +113 -113
- package/android/src/main/java/com/scalebun/rn/crash/ScaleBunCrashModule.kt +100 -100
- package/android/src/main/java/com/scalebun/rn/crash/ScaleBunCrashPackage.kt +22 -22
- package/android/src/main/java/com/scalebun/rn/engage/ScaleBunEngageModule.kt +579 -579
- package/android/src/main/java/com/scalebun/rn/engage/ScaleBunEngagePackage.kt +22 -22
- package/android/src/main/java/com/scalebun/rn/engage/ScaleBunNotificationPresenter.kt +110 -110
- package/android/src/main/java/com/scalebun/rn/ota/ScaleBunOtaModule.kt +136 -136
- package/android/src/main/java/com/scalebun/rn/ota/SlotManager.kt +285 -285
- package/android/src/main/java/com/scalebun/rn/performance/PerformanceModule.kt +206 -206
- package/android/src/main/java/com/scalebun/rn/referrer/ScaleBunInstallReferrerModule.kt +77 -77
- package/android/src/main/java/com/scalebun/rn/storage/ScaleBunStorageModule.kt +68 -68
- package/android/src/main/java/com/scalebun/storage/KvFileStore.kt +174 -174
- package/android/src/newarch/java/com/scalebun/profiler/ProfilerSpec.kt +12 -12
- package/android/src/newarch/java/com/scalebun/replaysdk/ReplaySdkSpec.kt +12 -12
- package/android/src/newarch/java/com/scalebun/rn/crash/ScaleBunCrashSpec.kt +15 -15
- package/android/src/newarch/java/com/scalebun/rn/ota/ScaleBunOtaSpec.kt +16 -16
- package/android/src/newarch/java/com/scalebun/rn/performance/PerformanceSpec.kt +12 -12
- package/android/src/newarch/java/com/scalebun/rn/referrer/ScaleBunInstallReferrerSpec.kt +14 -14
- package/android/src/newarch/java/com/scalebun/rn/storage/ScaleBunStorageSpec.kt +16 -16
- package/android/src/oldarch/java/com/scalebun/profiler/ProfilerSpec.kt +34 -34
- package/android/src/oldarch/java/com/scalebun/replaysdk/ReplaySdkSpec.kt +76 -76
- package/android/src/oldarch/java/com/scalebun/rn/crash/ScaleBunCrashSpec.kt +21 -21
- package/android/src/oldarch/java/com/scalebun/rn/ota/ScaleBunOtaSpec.kt +25 -25
- package/android/src/oldarch/java/com/scalebun/rn/performance/PerformanceSpec.kt +27 -27
- package/android/src/oldarch/java/com/scalebun/rn/referrer/ScaleBunInstallReferrerSpec.kt +18 -18
- package/android/src/oldarch/java/com/scalebun/rn/storage/ScaleBunStorageSpec.kt +26 -26
- package/bin/lib/iosCodemod.js +266 -266
- package/bin/scalebun.js +640 -640
- package/ios/Capture/InteractionTracker.swift +191 -191
- package/ios/Capture/PrivacyMaskProcessor.swift +158 -158
- package/ios/Capture/ScreenshotCaptureManager.swift +315 -315
- package/ios/Capture/WindowResolver.swift +63 -63
- package/ios/Core/ReplayConfig.swift +100 -100
- package/ios/Core/ReplayLogger.swift +22 -22
- package/ios/Core/SessionIdGenerator.swift +18 -18
- package/ios/Crash/ScaleBunCrashBridge.mm +63 -63
- package/ios/Crash/ScaleBunCrashHandler.swift +67 -67
- package/ios/Crash/ScaleBunCrashModule.swift +69 -69
- package/ios/Crash/ScaleBunCrashSignalBridge.h +18 -18
- package/ios/Crash/ScaleBunCrashSignalBridge.m +131 -131
- package/ios/Crash/ScaleBunCrashStorage.swift +46 -46
- package/ios/Engage/ScaleBunEngageBridge.m +32 -32
- package/ios/Engage/ScaleBunEngageModule.swift +250 -250
- package/ios/Engage/ScaleBunPushNotificationCenter.swift +185 -185
- package/ios/Ota/OtaSlotManager.swift +264 -264
- package/ios/Ota/ScaleBunOtaBridge.mm +68 -68
- package/ios/Ota/ScaleBunOtaModule.swift +123 -123
- package/ios/Outbox/NativeOutbox.swift +598 -598
- package/ios/Outbox/OutboxUploader.swift +431 -431
- package/ios/Performance/ScaleBunPerformanceBridge.m +32 -32
- package/ios/Performance/ScaleBunPerformanceModule.swift +290 -290
- package/ios/PrivacyInfo.xcprivacy +97 -97
- package/ios/Profiler/ScaleBunProfilerBridge.m +55 -55
- package/ios/Profiler/ScaleBunProfilerModule.swift +972 -972
- package/ios/ReplaySdk-Bridging-Header.h +2 -2
- package/ios/ReplaySdk.swift +608 -608
- package/ios/ReplaySdkBridge.m +94 -94
- package/ios/Session/SessionManager.swift +203 -203
- package/ios/Skan/ScaleBunSkanBridge.m +14 -14
- package/ios/Skan/ScaleBunSkanModule.swift +61 -61
- package/ios/Storage/ReplayStorage.swift +61 -61
- package/ios/Storage/ScaleBunKvFileStore.swift +125 -125
- package/ios/Storage/ScaleBunStorageBridge.mm +72 -72
- package/ios/Storage/ScaleBunStorageModule.swift +57 -57
- package/ios/Transport/ReplayTransport.swift +70 -70
- package/ios/VoiceRecorder.swift +145 -145
- package/lib/commonjs/analytics/EventTracker.js +34 -34
- package/lib/commonjs/analytics/EventTracker.js.map +1 -1
- package/lib/commonjs/analytics/automaticEvents.js +7 -7
- package/lib/commonjs/analytics/automaticEvents.js.map +1 -1
- package/lib/commonjs/analytics/batching.js +24 -24
- package/lib/commonjs/analytics/batching.js.map +1 -1
- package/lib/commonjs/analytics/eventLane.js +13 -13
- package/lib/commonjs/analytics/eventLane.js.map +1 -1
- package/lib/commonjs/bootstrap/FeatureRegistry.js +17 -17
- package/lib/commonjs/bootstrap/FeatureRegistry.js.map +1 -1
- package/lib/commonjs/bootstrap/SDKBootstrapper.js +42 -42
- package/lib/commonjs/bootstrap/SDKBootstrapper.js.map +1 -1
- package/lib/commonjs/bucketing/fnv1a32.js +10 -10
- package/lib/commonjs/bucketing/fnv1a32.js.map +1 -1
- package/lib/commonjs/compat/codepush.js +6 -6
- package/lib/commonjs/compat/codepush.js.map +1 -1
- package/lib/commonjs/config/ConfigManager.js +20 -20
- package/lib/commonjs/config/ConfigManager.js.map +1 -1
- package/lib/commonjs/config/configTypes.js.map +1 -1
- package/lib/commonjs/core/architecture.js +23 -23
- package/lib/commonjs/core/architecture.js.map +1 -1
- package/lib/commonjs/core/clock/now.js +2 -2
- package/lib/commonjs/core/clock/now.js.map +1 -1
- package/lib/commonjs/core/config/defaults.js.map +1 -1
- package/lib/commonjs/core/config/schema.js +102 -102
- package/lib/commonjs/core/config/schema.js.map +1 -1
- package/lib/commonjs/core/constants/endpoints.js +7 -7
- package/lib/commonjs/core/constants/endpoints.js.map +1 -1
- package/lib/commonjs/core/constants/timings.js +5 -5
- package/lib/commonjs/core/constants/timings.js.map +1 -1
- package/lib/commonjs/core/constants/version.js +4 -4
- package/lib/commonjs/core/constants/version.js.map +1 -1
- package/lib/commonjs/core/context/app.js.map +1 -1
- package/lib/commonjs/core/context/device.js.map +1 -1
- package/lib/commonjs/core/context/session.js.map +1 -1
- package/lib/commonjs/core/context/user.js.map +1 -1
- package/lib/commonjs/core/contracts/IFeature.js.map +1 -1
- package/lib/commonjs/core/di/container.js.map +1 -1
- package/lib/commonjs/core/encoding/base64.js +9 -9
- package/lib/commonjs/core/encoding/base64.js.map +1 -1
- package/lib/commonjs/core/id/deviceId.js +4 -4
- package/lib/commonjs/core/id/deviceId.js.map +1 -1
- package/lib/commonjs/core/id/sessionId.js.map +1 -1
- package/lib/commonjs/core/lifecycle/appLifecycle.js.map +1 -1
- package/lib/commonjs/core/lifecycle/crashSafe.js +3 -3
- package/lib/commonjs/core/lifecycle/crashSafe.js.map +1 -1
- package/lib/commonjs/core/logger/errorClassification.js +30 -30
- package/lib/commonjs/core/logger/errorClassification.js.map +1 -1
- package/lib/commonjs/core/logger/internalLogger.js.map +1 -1
- package/lib/commonjs/core/logger/levels.js.map +1 -1
- package/lib/commonjs/crypto/hmacSha256.js +6 -6
- package/lib/commonjs/crypto/hmacSha256.js.map +1 -1
- package/lib/commonjs/debug/bootstrap.js +26 -26
- package/lib/commonjs/debug/bootstrap.js.map +1 -1
- package/lib/commonjs/debug/commands.js +10 -10
- package/lib/commonjs/debug/commands.js.map +1 -1
- package/lib/commonjs/debug/configBuilder.js +6 -6
- package/lib/commonjs/debug/configBuilder.js.map +1 -1
- package/lib/commonjs/debug/exportBridge.js +17 -17
- package/lib/commonjs/debug/exportBridge.js.map +1 -1
- package/lib/commonjs/debug/hostResolver.js +10 -10
- package/lib/commonjs/debug/hostResolver.js.map +1 -1
- package/lib/commonjs/debug/index.js.map +1 -1
- package/lib/commonjs/debug/metrics.js.map +1 -1
- package/lib/commonjs/debug/perf.js +11 -11
- package/lib/commonjs/debug/perf.js.map +1 -1
- package/lib/commonjs/debug/perfWiring.js +10 -10
- package/lib/commonjs/debug/perfWiring.js.map +1 -1
- package/lib/commonjs/debug/protocol.js.map +1 -1
- package/lib/commonjs/debug/redaction.js +26 -26
- package/lib/commonjs/debug/redaction.js.map +1 -1
- package/lib/commonjs/debug/replayWiring.js +11 -11
- package/lib/commonjs/debug/replayWiring.js.map +1 -1
- package/lib/commonjs/debug/screenTracking.js +7 -7
- package/lib/commonjs/debug/screenTracking.js.map +1 -1
- package/lib/commonjs/debug/sessionWiring.js +8 -8
- package/lib/commonjs/debug/sessionWiring.js.map +1 -1
- package/lib/commonjs/debug/stream.js +26 -26
- package/lib/commonjs/debug/stream.js.map +1 -1
- package/lib/commonjs/debug/transport.js +24 -24
- package/lib/commonjs/debug/transport.js.map +1 -1
- package/lib/commonjs/features/bugreport/index.js.map +1 -1
- package/lib/commonjs/features/crash/CrashFeature.js +9 -9
- package/lib/commonjs/features/crash/CrashFeature.js.map +1 -1
- package/lib/commonjs/features/crash/CrashReporter.js +28 -28
- package/lib/commonjs/features/crash/CrashReporter.js.map +1 -1
- package/lib/commonjs/features/crash/NativeCrashFeature.js +7 -7
- package/lib/commonjs/features/crash/NativeCrashFeature.js.map +1 -1
- package/lib/commonjs/features/crash/capture.js.map +1 -1
- package/lib/commonjs/features/crash/globalHandler.js +11 -11
- package/lib/commonjs/features/crash/globalHandler.js.map +1 -1
- package/lib/commonjs/features/crash/index.js.map +1 -1
- package/lib/commonjs/features/crash/nativeCrashBridge.js +19 -19
- package/lib/commonjs/features/crash/nativeCrashBridge.js.map +1 -1
- package/lib/commonjs/features/engage/EngageAnchor.js +3 -3
- package/lib/commonjs/features/engage/EngageAnchor.js.map +1 -1
- package/lib/commonjs/features/engage/EngageArchetypeRenderers.js +19 -19
- package/lib/commonjs/features/engage/EngageArchetypeRenderers.js.map +1 -1
- package/lib/commonjs/features/engage/EngageInAppView.js +35 -35
- package/lib/commonjs/features/engage/EngageInAppView.js.map +1 -1
- package/lib/commonjs/features/engage/EngageInlinePlacement.js +7 -7
- package/lib/commonjs/features/engage/EngageInlinePlacement.js.map +1 -1
- package/lib/commonjs/features/engage/EngagePromptProvider.js +84 -84
- package/lib/commonjs/features/engage/EngagePromptProvider.js.map +1 -1
- package/lib/commonjs/features/engage/EngagePromptView.js +18 -18
- package/lib/commonjs/features/engage/EngagePromptView.js.map +1 -1
- package/lib/commonjs/features/engage/EngageTransport.js +79 -79
- package/lib/commonjs/features/engage/EngageTransport.js.map +1 -1
- package/lib/commonjs/features/engage/EngageVariantContent.js +10 -10
- package/lib/commonjs/features/engage/EngageVariantContent.js.map +1 -1
- package/lib/commonjs/features/engage/__test-support__/reactNativeStub.js +7 -7
- package/lib/commonjs/features/engage/__test-support__/reactNativeStub.js.map +1 -1
- package/lib/commonjs/features/engage/attachmentCapture.js +12 -12
- package/lib/commonjs/features/engage/attachmentCapture.js.map +1 -1
- package/lib/commonjs/features/engage/captureVoiceAttachment.js +20 -20
- package/lib/commonjs/features/engage/captureVoiceAttachment.js.map +1 -1
- package/lib/commonjs/features/engage/engageCoachmarkTour.js +4 -4
- package/lib/commonjs/features/engage/engageCoachmarkTour.js.map +1 -1
- package/lib/commonjs/features/engage/engageGameLogic.js.map +1 -1
- package/lib/commonjs/features/engage/engageMediaSizing.js +15 -15
- package/lib/commonjs/features/engage/engageMediaSizing.js.map +1 -1
- package/lib/commonjs/features/engage/engageMultiStepSheet.js +6 -6
- package/lib/commonjs/features/engage/engageMultiStepSheet.js.map +1 -1
- package/lib/commonjs/features/engage/engageOutcome.js +6 -6
- package/lib/commonjs/features/engage/engageOutcome.js.map +1 -1
- package/lib/commonjs/features/engage/engagePushTokenBridge.js +20 -20
- package/lib/commonjs/features/engage/engagePushTokenBridge.js.map +1 -1
- package/lib/commonjs/features/engage/engageShakeBridge.js +16 -16
- package/lib/commonjs/features/engage/engageShakeBridge.js.map +1 -1
- package/lib/commonjs/features/engage/engageSignals.js.map +1 -1
- package/lib/commonjs/features/engage/engageStoreReviewBridge.js +19 -19
- package/lib/commonjs/features/engage/engageStoreReviewBridge.js.map +1 -1
- package/lib/commonjs/features/engage/engageTestSeenStore.js +29 -29
- package/lib/commonjs/features/engage/engageTestSeenStore.js.map +1 -1
- package/lib/commonjs/features/engage/engageThrottle.js +76 -76
- package/lib/commonjs/features/engage/engageThrottle.js.map +1 -1
- package/lib/commonjs/features/engage/engageTriggerEngine.js +7 -7
- package/lib/commonjs/features/engage/engageTriggerEngine.js.map +1 -1
- package/lib/commonjs/features/engage/engageTypes.js +33 -33
- package/lib/commonjs/features/engage/engageTypes.js.map +1 -1
- package/lib/commonjs/features/engage/engageVariantResolver.js +13 -13
- package/lib/commonjs/features/engage/engageVariantResolver.js.map +1 -1
- package/lib/commonjs/features/engage/engageWindowInsets.js +10 -10
- package/lib/commonjs/features/engage/engageWindowInsets.js.map +1 -1
- package/lib/commonjs/features/engage/gestureTriggerDetector.js.map +1 -1
- package/lib/commonjs/features/engage/transcription/TranscriptionProvider.js +16 -16
- package/lib/commonjs/features/engage/transcription/TranscriptionProvider.js.map +1 -1
- package/lib/commonjs/features/install-referrer/installReferrer.js +26 -26
- package/lib/commonjs/features/install-referrer/installReferrer.js.map +1 -1
- package/lib/commonjs/features/journey/ScaleBunDebugRoot.js +28 -28
- package/lib/commonjs/features/journey/ScaleBunDebugRoot.js.map +1 -1
- package/lib/commonjs/features/journey/ScaleBunFlatList.js +15 -15
- package/lib/commonjs/features/journey/ScaleBunFlatList.js.map +1 -1
- package/lib/commonjs/features/journey/ScaleBunImpression.js +22 -22
- package/lib/commonjs/features/journey/ScaleBunImpression.js.map +1 -1
- package/lib/commonjs/features/journey/ScaleBunScrollView.js +20 -20
- package/lib/commonjs/features/journey/ScaleBunScrollView.js.map +1 -1
- package/lib/commonjs/features/journey/ScaleBunSectionList.js +15 -15
- package/lib/commonjs/features/journey/ScaleBunSectionList.js.map +1 -1
- package/lib/commonjs/features/journey/calibrationContext.js +12 -12
- package/lib/commonjs/features/journey/calibrationContext.js.map +1 -1
- package/lib/commonjs/features/journey/gestureBuffer.js +9 -9
- package/lib/commonjs/features/journey/gestureBuffer.js.map +1 -1
- package/lib/commonjs/features/journey/gestureDetector.js +10 -10
- package/lib/commonjs/features/journey/gestureDetector.js.map +1 -1
- package/lib/commonjs/features/journey/impression.js +18 -18
- package/lib/commonjs/features/journey/impression.js.map +1 -1
- package/lib/commonjs/features/journey/journeyManager.js +6 -6
- package/lib/commonjs/features/journey/journeyManager.js.map +1 -1
- package/lib/commonjs/features/journey/journeyTypes.js +5 -5
- package/lib/commonjs/features/journey/journeyTypes.js.map +1 -1
- package/lib/commonjs/features/journey/navDetector.js +7 -7
- package/lib/commonjs/features/journey/navDetector.js.map +1 -1
- package/lib/commonjs/features/journey/screenshotHelper.js +7 -7
- package/lib/commonjs/features/journey/screenshotHelper.js.map +1 -1
- package/lib/commonjs/features/journey/targetRegistry.js +17 -17
- package/lib/commonjs/features/journey/targetRegistry.js.map +1 -1
- package/lib/commonjs/features/journey/touchTarget.js +29 -29
- package/lib/commonjs/features/journey/touchTarget.js.map +1 -1
- package/lib/commonjs/features/navigation/AutoScreenDetector.js +61 -61
- package/lib/commonjs/features/navigation/AutoScreenDetector.js.map +1 -1
- package/lib/commonjs/features/network/NetworkFeature.js +23 -23
- package/lib/commonjs/features/network/NetworkFeature.js.map +1 -1
- package/lib/commonjs/features/network/index.js +5 -5
- package/lib/commonjs/features/network/index.js.map +1 -1
- package/lib/commonjs/features/ota/OtaEventEmitter.js +21 -21
- package/lib/commonjs/features/ota/OtaEventEmitter.js.map +1 -1
- package/lib/commonjs/features/ota/OtaOrchestrator.js +20 -20
- package/lib/commonjs/features/ota/OtaOrchestrator.js.map +1 -1
- package/lib/commonjs/features/ota/OtaTypes.js.map +1 -1
- package/lib/commonjs/features/ota/useOtaUpdate.js +15 -15
- package/lib/commonjs/features/ota/useOtaUpdate.js.map +1 -1
- package/lib/commonjs/features/performance/PerformanceFeature.js +26 -26
- package/lib/commonjs/features/performance/PerformanceFeature.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/AppLaunchCollector.js +13 -13
- package/lib/commonjs/features/performance/collectors/AppLaunchCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/AutoScreenLoadCollector.js +32 -32
- package/lib/commonjs/features/performance/collectors/AutoScreenLoadCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/CustomTraceCollector.js +13 -13
- package/lib/commonjs/features/performance/collectors/CustomTraceCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/FrameMetricsCollector.js +11 -11
- package/lib/commonjs/features/performance/collectors/FrameMetricsCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/JsStallCollector.js +12 -12
- package/lib/commonjs/features/performance/collectors/JsStallCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/NetworkPerfCollector.js +10 -10
- package/lib/commonjs/features/performance/collectors/NetworkPerfCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/ScreenLoadCollector.js +11 -11
- package/lib/commonjs/features/performance/collectors/ScreenLoadCollector.js.map +1 -1
- package/lib/commonjs/features/performance/collectors/UiHangCollector.js +5 -5
- package/lib/commonjs/features/performance/collectors/UiHangCollector.js.map +1 -1
- package/lib/commonjs/features/performance/config.js +11 -11
- package/lib/commonjs/features/performance/config.js.map +1 -1
- package/lib/commonjs/features/performance/getNativePerformanceModule.js +11 -11
- package/lib/commonjs/features/performance/getNativePerformanceModule.js.map +1 -1
- package/lib/commonjs/features/performance/index.js.map +1 -1
- package/lib/commonjs/features/performance/metrics/MetricsEngine.js +13 -13
- package/lib/commonjs/features/performance/metrics/MetricsEngine.js.map +1 -1
- package/lib/commonjs/features/performance/models.js +8 -8
- package/lib/commonjs/features/performance/models.js.map +1 -1
- package/lib/commonjs/features/performance/transport/PerformanceTransport.js +6 -6
- package/lib/commonjs/features/performance/transport/PerformanceTransport.js.map +1 -1
- package/lib/commonjs/features/profiler/ProfilerFeature.js +53 -53
- package/lib/commonjs/features/profiler/ProfilerFeature.js.map +1 -1
- package/lib/commonjs/features/profiler/config.js +15 -15
- package/lib/commonjs/features/profiler/config.js.map +1 -1
- package/lib/commonjs/features/profiler/contracts.js +22 -22
- package/lib/commonjs/features/profiler/contracts.js.map +1 -1
- package/lib/commonjs/features/profiler/index.js.map +1 -1
- package/lib/commonjs/features/profiler/models.js +44 -44
- package/lib/commonjs/features/profiler/models.js.map +1 -1
- package/lib/commonjs/features/profiler/transport/ProfilerTransport.js +9 -9
- package/lib/commonjs/features/profiler/transport/ProfilerTransport.js.map +1 -1
- package/lib/commonjs/features/replay/bridge/adapters/bridgeAdapter.js +17 -17
- package/lib/commonjs/features/replay/bridge/adapters/bridgeAdapter.js.map +1 -1
- package/lib/commonjs/features/replay/bridge/eventEmitter.js +8 -8
- package/lib/commonjs/features/replay/bridge/eventEmitter.js.map +1 -1
- package/lib/commonjs/features/replay/bridge/nativeModule.js +20 -20
- package/lib/commonjs/features/replay/bridge/nativeModule.js.map +1 -1
- package/lib/commonjs/features/replay/core/clock/clock.js +6 -6
- package/lib/commonjs/features/replay/core/clock/clock.js.map +1 -1
- package/lib/commonjs/features/replay/core/config/defaults.js +2 -2
- package/lib/commonjs/features/replay/core/config/defaults.js.map +1 -1
- package/lib/commonjs/features/replay/core/config/validator.js +5 -5
- package/lib/commonjs/features/replay/core/config/validator.js.map +1 -1
- package/lib/commonjs/features/replay/core/env/environmentDetector.js +10 -10
- package/lib/commonjs/features/replay/core/env/environmentDetector.js.map +1 -1
- package/lib/commonjs/features/replay/core/errors/safeCall.js +4 -4
- package/lib/commonjs/features/replay/core/errors/safeCall.js.map +1 -1
- package/lib/commonjs/features/replay/core/ids/sessionId.js +5 -5
- package/lib/commonjs/features/replay/core/ids/sessionId.js.map +1 -1
- package/lib/commonjs/features/replay/core/logger/logger.js +5 -5
- package/lib/commonjs/features/replay/core/logger/logger.js.map +1 -1
- package/lib/commonjs/features/replay/core/privacy/privacyTypes.js +4 -4
- package/lib/commonjs/features/replay/core/privacy/privacyTypes.js.map +1 -1
- package/lib/commonjs/features/replay/core/queue/boundedQueue.js +5 -5
- package/lib/commonjs/features/replay/core/queue/boundedQueue.js.map +1 -1
- package/lib/commonjs/features/replay/integrations/alert/alertInstrumentation.js +59 -59
- package/lib/commonjs/features/replay/integrations/alert/alertInstrumentation.js.map +1 -1
- package/lib/commonjs/features/replay/integrations/logs/consoleIntegration.js +19 -19
- package/lib/commonjs/features/replay/integrations/logs/consoleIntegration.js.map +1 -1
- package/lib/commonjs/features/replay/integrations/network/networkAdapter.js +30 -30
- package/lib/commonjs/features/replay/integrations/network/networkAdapter.js.map +1 -1
- package/lib/commonjs/features/replay/integrations/react-navigation/navigationIntegration.js +19 -19
- package/lib/commonjs/features/replay/integrations/react-navigation/navigationIntegration.js.map +1 -1
- package/lib/commonjs/features/replay/integrations/touch/ReplayRoot.js +16 -16
- package/lib/commonjs/features/replay/integrations/touch/ReplayRoot.js.map +1 -1
- package/lib/commonjs/features/replay/pipeline/batching/batchManager.js +5 -5
- package/lib/commonjs/features/replay/pipeline/batching/batchManager.js.map +1 -1
- package/lib/commonjs/features/replay/pipeline/envelope/envelopeBuilder.js +5 -5
- package/lib/commonjs/features/replay/pipeline/envelope/envelopeBuilder.js.map +1 -1
- package/lib/commonjs/features/replay/pipeline/retry/retryPolicy.js +4 -4
- package/lib/commonjs/features/replay/pipeline/retry/retryPolicy.js.map +1 -1
- package/lib/commonjs/features/replay/pipeline/transport/transportTypes.js +7 -7
- package/lib/commonjs/features/replay/pipeline/transport/transportTypes.js.map +1 -1
- package/lib/commonjs/features/replay/public/api.js +21 -21
- package/lib/commonjs/features/replay/public/api.js.map +1 -1
- package/lib/commonjs/features/replay/public/enums.js +5 -5
- package/lib/commonjs/features/replay/public/enums.js.map +1 -1
- package/lib/commonjs/features/replay/public/types.js.map +1 -1
- package/lib/commonjs/features/replay/replay/breadcrumbs/breadcrumbCollector.js +5 -5
- package/lib/commonjs/features/replay/replay/breadcrumbs/breadcrumbCollector.js.map +1 -1
- package/lib/commonjs/features/replay/replay/frames/frameModels.js +4 -4
- package/lib/commonjs/features/replay/replay/frames/frameModels.js.map +1 -1
- package/lib/commonjs/features/replay/replay/session/sessionOrchestrator.js +10 -10
- package/lib/commonjs/features/replay/replay/session/sessionOrchestrator.js.map +1 -1
- package/lib/commonjs/features/replay/replay/timeline/timelineModels.js +4 -4
- package/lib/commonjs/features/replay/replay/timeline/timelineModels.js.map +1 -1
- package/lib/commonjs/features/replay/transport/BackendReplayTransport.js +13 -13
- package/lib/commonjs/features/replay/transport/BackendReplayTransport.js.map +1 -1
- package/lib/commonjs/features/replay/transport/CompositeReplayTransport.js +8 -8
- package/lib/commonjs/features/replay/transport/CompositeReplayTransport.js.map +1 -1
- package/lib/commonjs/features/replay/transport/DesktopReplayTransport.js +14 -14
- package/lib/commonjs/features/replay/transport/DesktopReplayTransport.js.map +1 -1
- package/lib/commonjs/features/replay/transport/ReplayTransport.js.map +1 -1
- package/lib/commonjs/features/session/BackendSessionAdapter.js +127 -127
- package/lib/commonjs/features/session/BackendSessionAdapter.js.map +1 -1
- package/lib/commonjs/features/session/DesktopSessionTransport.js +14 -14
- package/lib/commonjs/features/session/DesktopSessionTransport.js.map +1 -1
- package/lib/commonjs/features/session/JourneyEventPipeline.js +19 -19
- package/lib/commonjs/features/session/JourneyEventPipeline.js.map +1 -1
- package/lib/commonjs/features/session/ReplayCaptureManager.js +123 -123
- package/lib/commonjs/features/session/ReplayCaptureManager.js.map +1 -1
- package/lib/commonjs/features/session/ScrollTracker.js +17 -17
- package/lib/commonjs/features/session/ScrollTracker.js.map +1 -1
- package/lib/commonjs/features/session/SessionManager.js +143 -143
- package/lib/commonjs/features/session/SessionManager.js.map +1 -1
- package/lib/commonjs/features/session/SyncDecisionEngine.js +23 -23
- package/lib/commonjs/features/session/SyncDecisionEngine.js.map +1 -1
- package/lib/commonjs/features/session/index.js.map +1 -1
- package/lib/commonjs/features/session/nativeCapture.js +5 -5
- package/lib/commonjs/features/session/nativeCapture.js.map +1 -1
- package/lib/commonjs/features/session/outboxFrameCapture.js +15 -15
- package/lib/commonjs/features/session/outboxFrameCapture.js.map +1 -1
- package/lib/commonjs/features/session/sessionTypes.js +44 -44
- package/lib/commonjs/features/session/sessionTypes.js.map +1 -1
- package/lib/commonjs/features/skan/skanBridge.js +11 -11
- package/lib/commonjs/features/skan/skanBridge.js.map +1 -1
- package/lib/commonjs/features/skan/skanConversionManager.js +23 -23
- package/lib/commonjs/features/skan/skanConversionManager.js.map +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/integrations/fetch/fetchInterceptor.js +21 -21
- package/lib/commonjs/integrations/fetch/fetchInterceptor.js.map +1 -1
- package/lib/commonjs/integrations/navigation/screenTracker.js.map +1 -1
- package/lib/commonjs/integrations/network/bodyCapture.js +69 -69
- package/lib/commonjs/integrations/network/bodyCapture.js.map +1 -1
- package/lib/commonjs/integrations/xhr/xhrInterceptor.js +24 -24
- package/lib/commonjs/integrations/xhr/xhrInterceptor.js.map +1 -1
- package/lib/commonjs/metro/index.js +37 -37
- package/lib/commonjs/metro/index.js.map +1 -1
- package/lib/commonjs/metro/optionalDependencyStub.js.map +1 -1
- package/lib/commonjs/metro/optionalModules.js +16 -16
- package/lib/commonjs/metro/optionalModules.js.map +1 -1
- package/lib/commonjs/pipeline/dispatcher/dispatcher.js.map +1 -1
- package/lib/commonjs/pipeline/envelope/envelope.js.map +1 -1
- package/lib/commonjs/pipeline/envelope/serializer.js.map +1 -1
- package/lib/commonjs/pipeline/processors/dedupe.js.map +1 -1
- package/lib/commonjs/pipeline/processors/enrich.js.map +1 -1
- package/lib/commonjs/pipeline/processors/sampling.js.map +1 -1
- package/lib/commonjs/pipeline/processors/sanitize.js.map +1 -1
- package/lib/commonjs/pipeline/queue/flushQueue.js +4 -4
- package/lib/commonjs/pipeline/queue/flushQueue.js.map +1 -1
- package/lib/commonjs/pipeline/queue/memoryQueue.js.map +1 -1
- package/lib/commonjs/pipeline/queue/persistentQueue.js +80 -80
- package/lib/commonjs/pipeline/queue/persistentQueue.js.map +1 -1
- package/lib/commonjs/pipeline/queue/queuePolicy.js.map +1 -1
- package/lib/commonjs/pipeline/scheduler/flushScheduler.js.map +1 -1
- package/lib/commonjs/pipeline/scheduler/retryPolicy.js +2 -2
- package/lib/commonjs/pipeline/scheduler/retryPolicy.js.map +1 -1
- package/lib/commonjs/public/ScaleBunFacade.js +274 -274
- package/lib/commonjs/public/ScaleBunFacade.js.map +1 -1
- package/lib/commonjs/public/ScaleBunProvider.js +3 -3
- package/lib/commonjs/public/ScaleBunProvider.js.map +1 -1
- package/lib/commonjs/public/typedTracker.js +36 -36
- package/lib/commonjs/public/typedTracker.js.map +1 -1
- package/lib/commonjs/public/types.js.map +1 -1
- package/lib/commonjs/push/PushManager.js +21 -21
- package/lib/commonjs/push/PushManager.js.map +1 -1
- package/lib/commonjs/push/adapters/ManualAdapter.js +14 -14
- package/lib/commonjs/push/adapters/ManualAdapter.js.map +1 -1
- package/lib/commonjs/push/adapters/NativeBridgeAdapter.js +17 -17
- package/lib/commonjs/push/adapters/NativeBridgeAdapter.js.map +1 -1
- package/lib/commonjs/push/adapters/NoopAdapter.js +5 -5
- package/lib/commonjs/push/adapters/NoopAdapter.js.map +1 -1
- package/lib/commonjs/push/adapters/RNFirebaseMessagingAdapter.js +17 -17
- package/lib/commonjs/push/adapters/RNFirebaseMessagingAdapter.js.map +1 -1
- package/lib/commonjs/push/adapters/loadMessaging.js +12 -12
- package/lib/commonjs/push/adapters/loadMessaging.js.map +1 -1
- package/lib/commonjs/push/adapters/loadNotifee.js +12 -12
- package/lib/commonjs/push/adapters/loadNotifee.js.map +1 -1
- package/lib/commonjs/push/adapters/selectAdapter.js +14 -14
- package/lib/commonjs/push/adapters/selectAdapter.js.map +1 -1
- package/lib/commonjs/push/detect/capabilities.js +19 -19
- package/lib/commonjs/push/detect/capabilities.js.map +1 -1
- package/lib/commonjs/push/index.js.map +1 -1
- package/lib/commonjs/push/native/nativeNotifications.js +32 -32
- package/lib/commonjs/push/native/nativeNotifications.js.map +1 -1
- package/lib/commonjs/push/types.js.map +1 -1
- package/lib/commonjs/specs/NativeReplaySdk.js +18 -18
- package/lib/commonjs/specs/NativeReplaySdk.js.map +1 -1
- package/lib/commonjs/specs/NativeScaleBunCrash.js +19 -19
- package/lib/commonjs/specs/NativeScaleBunCrash.js.map +1 -1
- package/lib/commonjs/specs/NativeScaleBunInstallReferrer.js +14 -14
- package/lib/commonjs/specs/NativeScaleBunInstallReferrer.js.map +1 -1
- package/lib/commonjs/specs/NativeScaleBunOta.js +21 -21
- package/lib/commonjs/specs/NativeScaleBunOta.js.map +1 -1
- package/lib/commonjs/specs/NativeScaleBunPerformance.js +15 -15
- package/lib/commonjs/specs/NativeScaleBunPerformance.js.map +1 -1
- package/lib/commonjs/specs/NativeScaleBunProfiler.js +16 -16
- package/lib/commonjs/specs/NativeScaleBunProfiler.js.map +1 -1
- package/lib/commonjs/specs/NativeScaleBunStorage.js +29 -29
- package/lib/commonjs/specs/NativeScaleBunStorage.js.map +1 -1
- package/lib/commonjs/storage/StorageBackend.js +83 -83
- package/lib/commonjs/storage/StorageBackend.js.map +1 -1
- package/lib/commonjs/storage/db/sqlite.js.map +1 -1
- package/lib/commonjs/storage/files/fileStore.js.map +1 -1
- package/lib/commonjs/transport/auth/sdkSession.js.map +1 -1
- package/lib/commonjs/transport/backoff/exponentialJitter.js +2 -2
- package/lib/commonjs/transport/backoff/exponentialJitter.js.map +1 -1
- package/lib/commonjs/transport/http/endpoints.js.map +1 -1
- package/lib/commonjs/transport/http/httpClient.js +3 -3
- package/lib/commonjs/transport/http/httpClient.js.map +1 -1
- package/lib/commonjs/transport/rateLimit/retryAfter.js.map +1 -1
- package/lib/commonjs/transport/signing/requestSigner.js.map +1 -1
- package/lib/commonjs/vendor/protocol/index.js +74 -74
- package/lib/commonjs/vendor/protocol/index.js.map +1 -1
- package/lib/commonjs/vendor/protocol/internal/validation.js +23 -23
- package/lib/commonjs/vendor/protocol/internal/validation.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/bridge.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/config.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/events.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/features.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/index.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/platform.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/session-boundary.js.map +1 -1
- package/lib/commonjs/vendor/sdk-contracts/session.js.map +1 -1
- package/lib/commonjs/vendor/vendor.manifest +10 -10
- package/lib/module/analytics/EventTracker.js +34 -34
- package/lib/module/analytics/EventTracker.js.map +1 -1
- package/lib/module/analytics/automaticEvents.js +7 -7
- package/lib/module/analytics/automaticEvents.js.map +1 -1
- package/lib/module/analytics/batching.js +24 -24
- package/lib/module/analytics/batching.js.map +1 -1
- package/lib/module/analytics/eventLane.js +13 -13
- package/lib/module/analytics/eventLane.js.map +1 -1
- package/lib/module/bootstrap/FeatureRegistry.js +17 -17
- package/lib/module/bootstrap/FeatureRegistry.js.map +1 -1
- package/lib/module/bootstrap/SDKBootstrapper.js +42 -42
- package/lib/module/bootstrap/SDKBootstrapper.js.map +1 -1
- package/lib/module/bucketing/fnv1a32.js +10 -10
- package/lib/module/bucketing/fnv1a32.js.map +1 -1
- package/lib/module/compat/codepush.js +6 -6
- package/lib/module/compat/codepush.js.map +1 -1
- package/lib/module/config/ConfigManager.js +20 -20
- package/lib/module/config/ConfigManager.js.map +1 -1
- package/lib/module/config/configTypes.js.map +1 -1
- package/lib/module/core/architecture.js +23 -23
- package/lib/module/core/architecture.js.map +1 -1
- package/lib/module/core/clock/now.js +2 -2
- package/lib/module/core/clock/now.js.map +1 -1
- package/lib/module/core/config/defaults.js.map +1 -1
- package/lib/module/core/config/schema.js +102 -102
- package/lib/module/core/config/schema.js.map +1 -1
- package/lib/module/core/constants/endpoints.js +7 -7
- package/lib/module/core/constants/endpoints.js.map +1 -1
- package/lib/module/core/constants/timings.js +5 -5
- package/lib/module/core/constants/timings.js.map +1 -1
- package/lib/module/core/constants/version.js +4 -4
- package/lib/module/core/constants/version.js.map +1 -1
- package/lib/module/core/context/app.js.map +1 -1
- package/lib/module/core/context/device.js.map +1 -1
- package/lib/module/core/context/session.js.map +1 -1
- package/lib/module/core/context/user.js.map +1 -1
- package/lib/module/core/contracts/IFeature.js.map +1 -1
- package/lib/module/core/di/container.js.map +1 -1
- package/lib/module/core/encoding/base64.js +9 -9
- package/lib/module/core/encoding/base64.js.map +1 -1
- package/lib/module/core/id/deviceId.js +4 -4
- package/lib/module/core/id/deviceId.js.map +1 -1
- package/lib/module/core/id/sessionId.js.map +1 -1
- package/lib/module/core/lifecycle/appLifecycle.js.map +1 -1
- package/lib/module/core/lifecycle/crashSafe.js +3 -3
- package/lib/module/core/lifecycle/crashSafe.js.map +1 -1
- package/lib/module/core/logger/errorClassification.js +30 -30
- package/lib/module/core/logger/errorClassification.js.map +1 -1
- package/lib/module/core/logger/internalLogger.js.map +1 -1
- package/lib/module/core/logger/levels.js.map +1 -1
- package/lib/module/crypto/hmacSha256.js +6 -6
- package/lib/module/crypto/hmacSha256.js.map +1 -1
- package/lib/module/debug/bootstrap.js +26 -26
- package/lib/module/debug/bootstrap.js.map +1 -1
- package/lib/module/debug/commands.js +10 -10
- package/lib/module/debug/commands.js.map +1 -1
- package/lib/module/debug/configBuilder.js +6 -6
- package/lib/module/debug/configBuilder.js.map +1 -1
- package/lib/module/debug/exportBridge.js +17 -17
- package/lib/module/debug/exportBridge.js.map +1 -1
- package/lib/module/debug/hostResolver.js +10 -10
- package/lib/module/debug/hostResolver.js.map +1 -1
- package/lib/module/debug/index.js +5 -5
- package/lib/module/debug/index.js.map +1 -1
- package/lib/module/debug/metrics.js.map +1 -1
- package/lib/module/debug/perf.js +11 -11
- package/lib/module/debug/perf.js.map +1 -1
- package/lib/module/debug/perfWiring.js +10 -10
- package/lib/module/debug/perfWiring.js.map +1 -1
- package/lib/module/debug/protocol.js +11 -11
- package/lib/module/debug/protocol.js.map +1 -1
- package/lib/module/debug/redaction.js +26 -26
- package/lib/module/debug/redaction.js.map +1 -1
- package/lib/module/debug/replayWiring.js +11 -11
- package/lib/module/debug/replayWiring.js.map +1 -1
- package/lib/module/debug/screenTracking.js +7 -7
- package/lib/module/debug/screenTracking.js.map +1 -1
- package/lib/module/debug/sessionWiring.js +8 -8
- package/lib/module/debug/sessionWiring.js.map +1 -1
- package/lib/module/debug/stream.js +26 -26
- package/lib/module/debug/stream.js.map +1 -1
- package/lib/module/debug/transport.js +24 -24
- package/lib/module/debug/transport.js.map +1 -1
- package/lib/module/features/bugreport/index.js.map +1 -1
- package/lib/module/features/crash/CrashFeature.js +9 -9
- package/lib/module/features/crash/CrashFeature.js.map +1 -1
- package/lib/module/features/crash/CrashReporter.js +28 -28
- package/lib/module/features/crash/CrashReporter.js.map +1 -1
- package/lib/module/features/crash/NativeCrashFeature.js +7 -7
- package/lib/module/features/crash/NativeCrashFeature.js.map +1 -1
- package/lib/module/features/crash/capture.js.map +1 -1
- package/lib/module/features/crash/globalHandler.js +11 -11
- package/lib/module/features/crash/globalHandler.js.map +1 -1
- package/lib/module/features/crash/index.js.map +1 -1
- package/lib/module/features/crash/nativeCrashBridge.js +19 -19
- package/lib/module/features/crash/nativeCrashBridge.js.map +1 -1
- package/lib/module/features/engage/EngageAnchor.js +3 -3
- package/lib/module/features/engage/EngageAnchor.js.map +1 -1
- package/lib/module/features/engage/EngageArchetypeRenderers.js +19 -19
- package/lib/module/features/engage/EngageArchetypeRenderers.js.map +1 -1
- package/lib/module/features/engage/EngageInAppView.js +35 -35
- package/lib/module/features/engage/EngageInAppView.js.map +1 -1
- package/lib/module/features/engage/EngageInlinePlacement.js +7 -7
- package/lib/module/features/engage/EngageInlinePlacement.js.map +1 -1
- package/lib/module/features/engage/EngagePromptProvider.js +84 -84
- package/lib/module/features/engage/EngagePromptProvider.js.map +1 -1
- package/lib/module/features/engage/EngagePromptView.js +18 -18
- package/lib/module/features/engage/EngagePromptView.js.map +1 -1
- package/lib/module/features/engage/EngageTransport.js +79 -79
- package/lib/module/features/engage/EngageTransport.js.map +1 -1
- package/lib/module/features/engage/EngageVariantContent.js +10 -10
- package/lib/module/features/engage/EngageVariantContent.js.map +1 -1
- package/lib/module/features/engage/__test-support__/reactNativeStub.js +7 -7
- package/lib/module/features/engage/__test-support__/reactNativeStub.js.map +1 -1
- package/lib/module/features/engage/attachmentCapture.js +12 -12
- package/lib/module/features/engage/attachmentCapture.js.map +1 -1
- package/lib/module/features/engage/captureVoiceAttachment.js +20 -20
- package/lib/module/features/engage/captureVoiceAttachment.js.map +1 -1
- package/lib/module/features/engage/engageCoachmarkTour.js +4 -4
- package/lib/module/features/engage/engageCoachmarkTour.js.map +1 -1
- package/lib/module/features/engage/engageGameLogic.js.map +1 -1
- package/lib/module/features/engage/engageMediaSizing.js +15 -15
- package/lib/module/features/engage/engageMediaSizing.js.map +1 -1
- package/lib/module/features/engage/engageMultiStepSheet.js +6 -6
- package/lib/module/features/engage/engageMultiStepSheet.js.map +1 -1
- package/lib/module/features/engage/engageOutcome.js +6 -6
- package/lib/module/features/engage/engageOutcome.js.map +1 -1
- package/lib/module/features/engage/engagePushTokenBridge.js +20 -20
- package/lib/module/features/engage/engagePushTokenBridge.js.map +1 -1
- package/lib/module/features/engage/engageShakeBridge.js +16 -16
- package/lib/module/features/engage/engageShakeBridge.js.map +1 -1
- package/lib/module/features/engage/engageSignals.js.map +1 -1
- package/lib/module/features/engage/engageStoreReviewBridge.js +19 -19
- package/lib/module/features/engage/engageStoreReviewBridge.js.map +1 -1
- package/lib/module/features/engage/engageTestSeenStore.js +29 -29
- package/lib/module/features/engage/engageTestSeenStore.js.map +1 -1
- package/lib/module/features/engage/engageThrottle.js +76 -76
- package/lib/module/features/engage/engageThrottle.js.map +1 -1
- package/lib/module/features/engage/engageTriggerEngine.js +7 -7
- package/lib/module/features/engage/engageTriggerEngine.js.map +1 -1
- package/lib/module/features/engage/engageTypes.js +33 -33
- package/lib/module/features/engage/engageTypes.js.map +1 -1
- package/lib/module/features/engage/engageVariantResolver.js +13 -13
- package/lib/module/features/engage/engageVariantResolver.js.map +1 -1
- package/lib/module/features/engage/engageWindowInsets.js +10 -10
- package/lib/module/features/engage/engageWindowInsets.js.map +1 -1
- package/lib/module/features/engage/gestureTriggerDetector.js.map +1 -1
- package/lib/module/features/engage/transcription/TranscriptionProvider.js +16 -16
- package/lib/module/features/engage/transcription/TranscriptionProvider.js.map +1 -1
- package/lib/module/features/install-referrer/installReferrer.js +26 -26
- package/lib/module/features/install-referrer/installReferrer.js.map +1 -1
- package/lib/module/features/journey/ScaleBunDebugRoot.js +28 -28
- package/lib/module/features/journey/ScaleBunDebugRoot.js.map +1 -1
- package/lib/module/features/journey/ScaleBunFlatList.js +15 -15
- package/lib/module/features/journey/ScaleBunFlatList.js.map +1 -1
- package/lib/module/features/journey/ScaleBunImpression.js +22 -22
- package/lib/module/features/journey/ScaleBunImpression.js.map +1 -1
- package/lib/module/features/journey/ScaleBunScrollView.js +20 -20
- package/lib/module/features/journey/ScaleBunScrollView.js.map +1 -1
- package/lib/module/features/journey/ScaleBunSectionList.js +15 -15
- package/lib/module/features/journey/ScaleBunSectionList.js.map +1 -1
- package/lib/module/features/journey/calibrationContext.js +12 -12
- package/lib/module/features/journey/calibrationContext.js.map +1 -1
- package/lib/module/features/journey/gestureBuffer.js +9 -9
- package/lib/module/features/journey/gestureBuffer.js.map +1 -1
- package/lib/module/features/journey/gestureDetector.js +10 -10
- package/lib/module/features/journey/gestureDetector.js.map +1 -1
- package/lib/module/features/journey/impression.js +18 -18
- package/lib/module/features/journey/impression.js.map +1 -1
- package/lib/module/features/journey/journeyManager.js +6 -6
- package/lib/module/features/journey/journeyManager.js.map +1 -1
- package/lib/module/features/journey/journeyTypes.js +5 -5
- package/lib/module/features/journey/journeyTypes.js.map +1 -1
- package/lib/module/features/journey/navDetector.js +7 -7
- package/lib/module/features/journey/navDetector.js.map +1 -1
- package/lib/module/features/journey/screenshotHelper.js +7 -7
- package/lib/module/features/journey/screenshotHelper.js.map +1 -1
- package/lib/module/features/journey/targetRegistry.js +17 -17
- package/lib/module/features/journey/targetRegistry.js.map +1 -1
- package/lib/module/features/journey/touchTarget.js +29 -29
- package/lib/module/features/journey/touchTarget.js.map +1 -1
- package/lib/module/features/navigation/AutoScreenDetector.js +61 -61
- package/lib/module/features/navigation/AutoScreenDetector.js.map +1 -1
- package/lib/module/features/network/NetworkFeature.js +23 -23
- package/lib/module/features/network/NetworkFeature.js.map +1 -1
- package/lib/module/features/network/index.js +5 -5
- package/lib/module/features/network/index.js.map +1 -1
- package/lib/module/features/ota/OtaEventEmitter.js +21 -21
- package/lib/module/features/ota/OtaEventEmitter.js.map +1 -1
- package/lib/module/features/ota/OtaOrchestrator.js +20 -20
- package/lib/module/features/ota/OtaOrchestrator.js.map +1 -1
- package/lib/module/features/ota/OtaTypes.js.map +1 -1
- package/lib/module/features/ota/useOtaUpdate.js +15 -15
- package/lib/module/features/ota/useOtaUpdate.js.map +1 -1
- package/lib/module/features/performance/PerformanceFeature.js +26 -26
- package/lib/module/features/performance/PerformanceFeature.js.map +1 -1
- package/lib/module/features/performance/collectors/AppLaunchCollector.js +13 -13
- package/lib/module/features/performance/collectors/AppLaunchCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/AutoScreenLoadCollector.js +32 -32
- package/lib/module/features/performance/collectors/AutoScreenLoadCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/CustomTraceCollector.js +13 -13
- package/lib/module/features/performance/collectors/CustomTraceCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/FrameMetricsCollector.js +11 -11
- package/lib/module/features/performance/collectors/FrameMetricsCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/JsStallCollector.js +12 -12
- package/lib/module/features/performance/collectors/JsStallCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/NetworkPerfCollector.js +10 -10
- package/lib/module/features/performance/collectors/NetworkPerfCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/ScreenLoadCollector.js +11 -11
- package/lib/module/features/performance/collectors/ScreenLoadCollector.js.map +1 -1
- package/lib/module/features/performance/collectors/UiHangCollector.js +5 -5
- package/lib/module/features/performance/collectors/UiHangCollector.js.map +1 -1
- package/lib/module/features/performance/config.js +11 -11
- package/lib/module/features/performance/config.js.map +1 -1
- package/lib/module/features/performance/getNativePerformanceModule.js +11 -11
- package/lib/module/features/performance/getNativePerformanceModule.js.map +1 -1
- package/lib/module/features/performance/index.js +2 -2
- package/lib/module/features/performance/index.js.map +1 -1
- package/lib/module/features/performance/metrics/MetricsEngine.js +13 -13
- package/lib/module/features/performance/metrics/MetricsEngine.js.map +1 -1
- package/lib/module/features/performance/models.js +8 -8
- package/lib/module/features/performance/models.js.map +1 -1
- package/lib/module/features/performance/transport/PerformanceTransport.js +6 -6
- package/lib/module/features/performance/transport/PerformanceTransport.js.map +1 -1
- package/lib/module/features/profiler/ProfilerFeature.js +53 -53
- package/lib/module/features/profiler/ProfilerFeature.js.map +1 -1
- package/lib/module/features/profiler/config.js +15 -15
- package/lib/module/features/profiler/config.js.map +1 -1
- package/lib/module/features/profiler/contracts.js +22 -22
- package/lib/module/features/profiler/contracts.js.map +1 -1
- package/lib/module/features/profiler/index.js +4 -4
- package/lib/module/features/profiler/index.js.map +1 -1
- package/lib/module/features/profiler/models.js +44 -44
- package/lib/module/features/profiler/models.js.map +1 -1
- package/lib/module/features/profiler/transport/ProfilerTransport.js +9 -9
- package/lib/module/features/profiler/transport/ProfilerTransport.js.map +1 -1
- package/lib/module/features/replay/bridge/adapters/bridgeAdapter.js +17 -17
- package/lib/module/features/replay/bridge/adapters/bridgeAdapter.js.map +1 -1
- package/lib/module/features/replay/bridge/eventEmitter.js +8 -8
- package/lib/module/features/replay/bridge/eventEmitter.js.map +1 -1
- package/lib/module/features/replay/bridge/nativeModule.js +20 -20
- package/lib/module/features/replay/bridge/nativeModule.js.map +1 -1
- package/lib/module/features/replay/core/clock/clock.js +6 -6
- package/lib/module/features/replay/core/clock/clock.js.map +1 -1
- package/lib/module/features/replay/core/config/defaults.js +2 -2
- package/lib/module/features/replay/core/config/defaults.js.map +1 -1
- package/lib/module/features/replay/core/config/validator.js +5 -5
- package/lib/module/features/replay/core/config/validator.js.map +1 -1
- package/lib/module/features/replay/core/env/environmentDetector.js +10 -10
- package/lib/module/features/replay/core/env/environmentDetector.js.map +1 -1
- package/lib/module/features/replay/core/errors/safeCall.js +4 -4
- package/lib/module/features/replay/core/errors/safeCall.js.map +1 -1
- package/lib/module/features/replay/core/ids/sessionId.js +5 -5
- package/lib/module/features/replay/core/ids/sessionId.js.map +1 -1
- package/lib/module/features/replay/core/logger/logger.js +5 -5
- package/lib/module/features/replay/core/logger/logger.js.map +1 -1
- package/lib/module/features/replay/core/privacy/privacyTypes.js +4 -4
- package/lib/module/features/replay/core/privacy/privacyTypes.js.map +1 -1
- package/lib/module/features/replay/core/queue/boundedQueue.js +5 -5
- package/lib/module/features/replay/core/queue/boundedQueue.js.map +1 -1
- package/lib/module/features/replay/integrations/alert/alertInstrumentation.js +59 -59
- package/lib/module/features/replay/integrations/alert/alertInstrumentation.js.map +1 -1
- package/lib/module/features/replay/integrations/logs/consoleIntegration.js +19 -19
- package/lib/module/features/replay/integrations/logs/consoleIntegration.js.map +1 -1
- package/lib/module/features/replay/integrations/network/networkAdapter.js +30 -30
- package/lib/module/features/replay/integrations/network/networkAdapter.js.map +1 -1
- package/lib/module/features/replay/integrations/react-navigation/navigationIntegration.js +19 -19
- package/lib/module/features/replay/integrations/react-navigation/navigationIntegration.js.map +1 -1
- package/lib/module/features/replay/integrations/touch/ReplayRoot.js +16 -16
- package/lib/module/features/replay/integrations/touch/ReplayRoot.js.map +1 -1
- package/lib/module/features/replay/pipeline/batching/batchManager.js +5 -5
- package/lib/module/features/replay/pipeline/batching/batchManager.js.map +1 -1
- package/lib/module/features/replay/pipeline/envelope/envelopeBuilder.js +5 -5
- package/lib/module/features/replay/pipeline/envelope/envelopeBuilder.js.map +1 -1
- package/lib/module/features/replay/pipeline/retry/retryPolicy.js +4 -4
- package/lib/module/features/replay/pipeline/retry/retryPolicy.js.map +1 -1
- package/lib/module/features/replay/pipeline/transport/transportTypes.js +7 -7
- package/lib/module/features/replay/pipeline/transport/transportTypes.js.map +1 -1
- package/lib/module/features/replay/public/api.js +21 -21
- package/lib/module/features/replay/public/api.js.map +1 -1
- package/lib/module/features/replay/public/enums.js +5 -5
- package/lib/module/features/replay/public/enums.js.map +1 -1
- package/lib/module/features/replay/public/types.js.map +1 -1
- package/lib/module/features/replay/replay/breadcrumbs/breadcrumbCollector.js +5 -5
- package/lib/module/features/replay/replay/breadcrumbs/breadcrumbCollector.js.map +1 -1
- package/lib/module/features/replay/replay/frames/frameModels.js +4 -4
- package/lib/module/features/replay/replay/frames/frameModels.js.map +1 -1
- package/lib/module/features/replay/replay/session/sessionOrchestrator.js +10 -10
- package/lib/module/features/replay/replay/session/sessionOrchestrator.js.map +1 -1
- package/lib/module/features/replay/replay/timeline/timelineModels.js +4 -4
- package/lib/module/features/replay/replay/timeline/timelineModels.js.map +1 -1
- package/lib/module/features/replay/transport/BackendReplayTransport.js +13 -13
- package/lib/module/features/replay/transport/BackendReplayTransport.js.map +1 -1
- package/lib/module/features/replay/transport/CompositeReplayTransport.js +8 -8
- package/lib/module/features/replay/transport/CompositeReplayTransport.js.map +1 -1
- package/lib/module/features/replay/transport/DesktopReplayTransport.js +14 -14
- package/lib/module/features/replay/transport/DesktopReplayTransport.js.map +1 -1
- package/lib/module/features/replay/transport/ReplayTransport.js.map +1 -1
- package/lib/module/features/session/BackendSessionAdapter.js +127 -127
- package/lib/module/features/session/BackendSessionAdapter.js.map +1 -1
- package/lib/module/features/session/DesktopSessionTransport.js +14 -14
- package/lib/module/features/session/DesktopSessionTransport.js.map +1 -1
- package/lib/module/features/session/JourneyEventPipeline.js +19 -19
- package/lib/module/features/session/JourneyEventPipeline.js.map +1 -1
- package/lib/module/features/session/ReplayCaptureManager.js +123 -123
- package/lib/module/features/session/ReplayCaptureManager.js.map +1 -1
- package/lib/module/features/session/ScrollTracker.js +17 -17
- package/lib/module/features/session/ScrollTracker.js.map +1 -1
- package/lib/module/features/session/SessionManager.js +143 -143
- package/lib/module/features/session/SessionManager.js.map +1 -1
- package/lib/module/features/session/SyncDecisionEngine.js +23 -23
- package/lib/module/features/session/SyncDecisionEngine.js.map +1 -1
- package/lib/module/features/session/index.js +5 -5
- package/lib/module/features/session/index.js.map +1 -1
- package/lib/module/features/session/nativeCapture.js +5 -5
- package/lib/module/features/session/nativeCapture.js.map +1 -1
- package/lib/module/features/session/outboxFrameCapture.js +15 -15
- package/lib/module/features/session/outboxFrameCapture.js.map +1 -1
- package/lib/module/features/session/sessionTypes.js +44 -44
- package/lib/module/features/session/sessionTypes.js.map +1 -1
- package/lib/module/features/skan/skanBridge.js +11 -11
- package/lib/module/features/skan/skanBridge.js.map +1 -1
- package/lib/module/features/skan/skanConversionManager.js +23 -23
- package/lib/module/features/skan/skanConversionManager.js.map +1 -1
- package/lib/module/index.js +10 -10
- package/lib/module/index.js.map +1 -1
- package/lib/module/integrations/fetch/fetchInterceptor.js +21 -21
- package/lib/module/integrations/fetch/fetchInterceptor.js.map +1 -1
- package/lib/module/integrations/navigation/screenTracker.js.map +1 -1
- package/lib/module/integrations/network/bodyCapture.js +69 -69
- package/lib/module/integrations/network/bodyCapture.js.map +1 -1
- package/lib/module/integrations/xhr/xhrInterceptor.js +24 -24
- package/lib/module/integrations/xhr/xhrInterceptor.js.map +1 -1
- package/lib/module/metro/index.js +37 -37
- package/lib/module/metro/index.js.map +1 -1
- package/lib/module/metro/optionalDependencyStub.js +11 -11
- package/lib/module/metro/optionalDependencyStub.js.map +1 -1
- package/lib/module/metro/optionalModules.js +16 -16
- package/lib/module/metro/optionalModules.js.map +1 -1
- package/lib/module/pipeline/dispatcher/dispatcher.js.map +1 -1
- package/lib/module/pipeline/envelope/envelope.js.map +1 -1
- package/lib/module/pipeline/envelope/serializer.js.map +1 -1
- package/lib/module/pipeline/processors/dedupe.js.map +1 -1
- package/lib/module/pipeline/processors/enrich.js.map +1 -1
- package/lib/module/pipeline/processors/sampling.js.map +1 -1
- package/lib/module/pipeline/processors/sanitize.js.map +1 -1
- package/lib/module/pipeline/queue/flushQueue.js +4 -4
- package/lib/module/pipeline/queue/flushQueue.js.map +1 -1
- package/lib/module/pipeline/queue/memoryQueue.js.map +1 -1
- package/lib/module/pipeline/queue/persistentQueue.js +80 -80
- package/lib/module/pipeline/queue/persistentQueue.js.map +1 -1
- package/lib/module/pipeline/queue/queuePolicy.js.map +1 -1
- package/lib/module/pipeline/scheduler/flushScheduler.js.map +1 -1
- package/lib/module/pipeline/scheduler/retryPolicy.js +2 -2
- package/lib/module/pipeline/scheduler/retryPolicy.js.map +1 -1
- package/lib/module/public/ScaleBunFacade.js +274 -274
- package/lib/module/public/ScaleBunFacade.js.map +1 -1
- package/lib/module/public/ScaleBunProvider.js +3 -3
- package/lib/module/public/ScaleBunProvider.js.map +1 -1
- package/lib/module/public/typedTracker.js +36 -36
- package/lib/module/public/typedTracker.js.map +1 -1
- package/lib/module/public/types.js.map +1 -1
- package/lib/module/push/PushManager.js +21 -21
- package/lib/module/push/PushManager.js.map +1 -1
- package/lib/module/push/adapters/ManualAdapter.js +14 -14
- package/lib/module/push/adapters/ManualAdapter.js.map +1 -1
- package/lib/module/push/adapters/NativeBridgeAdapter.js +17 -17
- package/lib/module/push/adapters/NativeBridgeAdapter.js.map +1 -1
- package/lib/module/push/adapters/NoopAdapter.js +5 -5
- package/lib/module/push/adapters/NoopAdapter.js.map +1 -1
- package/lib/module/push/adapters/RNFirebaseMessagingAdapter.js +17 -17
- package/lib/module/push/adapters/RNFirebaseMessagingAdapter.js.map +1 -1
- package/lib/module/push/adapters/loadMessaging.js +12 -12
- package/lib/module/push/adapters/loadMessaging.js.map +1 -1
- package/lib/module/push/adapters/loadNotifee.js +12 -12
- package/lib/module/push/adapters/loadNotifee.js.map +1 -1
- package/lib/module/push/adapters/selectAdapter.js +14 -14
- package/lib/module/push/adapters/selectAdapter.js.map +1 -1
- package/lib/module/push/detect/capabilities.js +19 -19
- package/lib/module/push/detect/capabilities.js.map +1 -1
- package/lib/module/push/index.js +3 -3
- package/lib/module/push/index.js.map +1 -1
- package/lib/module/push/native/nativeNotifications.js +32 -32
- package/lib/module/push/native/nativeNotifications.js.map +1 -1
- package/lib/module/push/types.js.map +1 -1
- package/lib/module/specs/NativeReplaySdk.js +18 -18
- package/lib/module/specs/NativeReplaySdk.js.map +1 -1
- package/lib/module/specs/NativeScaleBunCrash.js +19 -19
- package/lib/module/specs/NativeScaleBunCrash.js.map +1 -1
- package/lib/module/specs/NativeScaleBunInstallReferrer.js +14 -14
- package/lib/module/specs/NativeScaleBunInstallReferrer.js.map +1 -1
- package/lib/module/specs/NativeScaleBunOta.js +21 -21
- package/lib/module/specs/NativeScaleBunOta.js.map +1 -1
- package/lib/module/specs/NativeScaleBunPerformance.js +15 -15
- package/lib/module/specs/NativeScaleBunPerformance.js.map +1 -1
- package/lib/module/specs/NativeScaleBunProfiler.js +16 -16
- package/lib/module/specs/NativeScaleBunProfiler.js.map +1 -1
- package/lib/module/specs/NativeScaleBunStorage.js +29 -29
- package/lib/module/specs/NativeScaleBunStorage.js.map +1 -1
- package/lib/module/storage/StorageBackend.js +83 -83
- package/lib/module/storage/StorageBackend.js.map +1 -1
- package/lib/module/storage/db/sqlite.js.map +1 -1
- package/lib/module/storage/files/fileStore.js.map +1 -1
- package/lib/module/transport/auth/sdkSession.js.map +1 -1
- package/lib/module/transport/backoff/exponentialJitter.js +2 -2
- package/lib/module/transport/backoff/exponentialJitter.js.map +1 -1
- package/lib/module/transport/http/endpoints.js.map +1 -1
- package/lib/module/transport/http/httpClient.js +3 -3
- package/lib/module/transport/http/httpClient.js.map +1 -1
- package/lib/module/transport/rateLimit/retryAfter.js.map +1 -1
- package/lib/module/transport/signing/requestSigner.js.map +1 -1
- package/lib/module/vendor/protocol/index.js +74 -74
- package/lib/module/vendor/protocol/index.js.map +1 -1
- package/lib/module/vendor/protocol/internal/validation.js +23 -23
- package/lib/module/vendor/protocol/internal/validation.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/bridge.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/config.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/events.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/features.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/index.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/platform.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/session-boundary.js.map +1 -1
- package/lib/module/vendor/sdk-contracts/session.js.map +1 -1
- package/lib/module/vendor/vendor.manifest +10 -10
- package/package.json +12 -10
- package/react-native.config.js +24 -24
- package/scalebun-react-native.podspec +37 -37
- package/src/analytics/EventTracker.ts +462 -462
- package/src/analytics/automaticEvents.ts +105 -105
- package/src/analytics/batching.ts +54 -54
- package/src/analytics/eventLane.ts +26 -26
- package/src/bootstrap/FeatureRegistry.ts +81 -81
- package/src/bootstrap/SDKBootstrapper.ts +585 -585
- package/src/bucketing/fnv1a32.ts +40 -40
- package/src/compat/codepush.ts +118 -118
- package/src/config/ConfigManager.ts +167 -167
- package/src/config/configTypes.ts +32 -32
- package/src/core/architecture.ts +39 -39
- package/src/core/clock/now.ts +6 -6
- package/src/core/config/schema.ts +231 -231
- package/src/core/constants/endpoints.ts +9 -9
- package/src/core/constants/timings.ts +23 -23
- package/src/core/constants/version.ts +6 -6
- package/src/core/context/user.ts +26 -26
- package/src/core/contracts/IFeature.ts +53 -53
- package/src/core/di/container.ts +26 -26
- package/src/core/encoding/base64.ts +46 -46
- package/src/core/id/deviceId.ts +51 -51
- package/src/core/lifecycle/appLifecycle.ts +33 -33
- package/src/core/lifecycle/crashSafe.ts +29 -29
- package/src/core/logger/errorClassification.ts +108 -108
- package/src/core/logger/internalLogger.ts +65 -65
- package/src/crypto/hmacSha256.ts +106 -106
- package/src/debug/bootstrap.ts +366 -366
- package/src/debug/commands.ts +597 -597
- package/src/debug/configBuilder.ts +56 -56
- package/src/debug/exportBridge.ts +153 -153
- package/src/debug/hostResolver.ts +34 -34
- package/src/debug/index.ts +25 -25
- package/src/debug/metrics.ts +29 -29
- package/src/debug/perf.ts +212 -212
- package/src/debug/perfWiring.ts +119 -119
- package/src/debug/protocol.ts +58 -58
- package/src/debug/redaction.ts +290 -290
- package/src/debug/replayWiring.ts +147 -147
- package/src/debug/screenTracking.ts +55 -55
- package/src/debug/sessionWiring.ts +59 -59
- package/src/debug/stream.ts +561 -561
- package/src/debug/transport.ts +439 -439
- package/src/features/crash/CrashFeature.ts +52 -52
- package/src/features/crash/CrashReporter.ts +140 -140
- package/src/features/crash/NativeCrashFeature.ts +42 -42
- package/src/features/crash/capture.ts +21 -21
- package/src/features/crash/globalHandler.ts +39 -39
- package/src/features/crash/index.ts +8 -8
- package/src/features/crash/nativeCrashBridge.ts +132 -132
- package/src/features/engage/EngageAnchor.tsx +159 -159
- package/src/features/engage/EngageArchetypeRenderers.tsx +3716 -3716
- package/src/features/engage/EngageInAppView.tsx +2678 -2678
- package/src/features/engage/EngageInlinePlacement.tsx +169 -169
- package/src/features/engage/EngagePromptProvider.tsx +1270 -1270
- package/src/features/engage/EngagePromptView.tsx +1364 -1364
- package/src/features/engage/EngageTransport.ts +668 -668
- package/src/features/engage/EngageVariantContent.tsx +1483 -1483
- package/src/features/engage/__test-support__/reactNativeStub.js +40 -40
- package/src/features/engage/attachmentCapture.ts +45 -45
- package/src/features/engage/captureVoiceAttachment.ts +81 -81
- package/src/features/engage/engageCoachmarkTour.ts +120 -120
- package/src/features/engage/engageGameLogic.ts +347 -347
- package/src/features/engage/engageMediaSizing.ts +76 -76
- package/src/features/engage/engageMultiStepSheet.ts +53 -53
- package/src/features/engage/engageOutcome.ts +157 -157
- package/src/features/engage/engagePushTokenBridge.ts +84 -84
- package/src/features/engage/engageShakeBridge.ts +67 -67
- package/src/features/engage/engageSignals.ts +40 -40
- package/src/features/engage/engageStoreReviewBridge.ts +48 -48
- package/src/features/engage/engageTestSeenStore.ts +95 -95
- package/src/features/engage/engageThrottle.ts +440 -440
- package/src/features/engage/engageTriggerEngine.ts +335 -335
- package/src/features/engage/engageTypes.ts +691 -691
- package/src/features/engage/engageVariantResolver.ts +364 -364
- package/src/features/engage/engageWindowInsets.ts +108 -108
- package/src/features/engage/gestureTriggerDetector.ts +83 -83
- package/src/features/engage/transcription/TranscriptionProvider.ts +68 -68
- package/src/features/install-referrer/installReferrer.ts +112 -112
- package/src/features/journey/ScaleBunDebugRoot.tsx +726 -726
- package/src/features/journey/ScaleBunFlatList.tsx +39 -39
- package/src/features/journey/ScaleBunImpression.tsx +109 -109
- package/src/features/journey/ScaleBunScrollView.tsx +72 -72
- package/src/features/journey/ScaleBunSectionList.tsx +39 -39
- package/src/features/journey/calibrationContext.ts +53 -53
- package/src/features/journey/gestureBuffer.ts +59 -59
- package/src/features/journey/gestureDetector.ts +162 -162
- package/src/features/journey/impression.ts +92 -92
- package/src/features/journey/journeyManager.ts +466 -466
- package/src/features/journey/journeyTypes.ts +215 -215
- package/src/features/journey/navDetector.ts +149 -149
- package/src/features/journey/screenshotHelper.ts +137 -137
- package/src/features/journey/targetRegistry.ts +43 -43
- package/src/features/journey/touchTarget.ts +128 -128
- package/src/features/navigation/AutoScreenDetector.ts +448 -448
- package/src/features/network/NetworkFeature.ts +144 -144
- package/src/features/network/index.ts +31 -31
- package/src/features/ota/OtaEventEmitter.ts +128 -128
- package/src/features/ota/OtaOrchestrator.ts +323 -323
- package/src/features/ota/OtaTypes.ts +62 -62
- package/src/features/ota/useOtaUpdate.ts +134 -134
- package/src/features/performance/PerformanceFeature.ts +584 -584
- package/src/features/performance/collectors/AppLaunchCollector.ts +117 -117
- package/src/features/performance/collectors/AutoScreenLoadCollector.ts +258 -258
- package/src/features/performance/collectors/CustomTraceCollector.ts +116 -116
- package/src/features/performance/collectors/FrameMetricsCollector.ts +119 -119
- package/src/features/performance/collectors/JsStallCollector.ts +165 -165
- package/src/features/performance/collectors/NetworkPerfCollector.ts +69 -69
- package/src/features/performance/collectors/ScreenLoadCollector.ts +95 -95
- package/src/features/performance/collectors/UiHangCollector.ts +98 -98
- package/src/features/performance/config.ts +136 -136
- package/src/features/performance/getNativePerformanceModule.ts +38 -38
- package/src/features/performance/index.ts +28 -28
- package/src/features/performance/metrics/MetricsEngine.ts +152 -152
- package/src/features/performance/models.ts +235 -235
- package/src/features/performance/transport/PerformanceTransport.ts +143 -143
- package/src/features/profiler/ProfilerFeature.ts +661 -661
- package/src/features/profiler/config.ts +230 -230
- package/src/features/profiler/contracts.ts +176 -176
- package/src/features/profiler/index.ts +45 -45
- package/src/features/profiler/models.ts +430 -430
- package/src/features/profiler/transport/ProfilerTransport.ts +93 -93
- package/src/features/replay/bridge/adapters/bridgeAdapter.ts +230 -230
- package/src/features/replay/bridge/eventEmitter.ts +176 -176
- package/src/features/replay/bridge/nativeModule.ts +241 -241
- package/src/features/replay/core/clock/clock.ts +38 -38
- package/src/features/replay/core/config/defaults.ts +66 -66
- package/src/features/replay/core/config/validator.ts +113 -113
- package/src/features/replay/core/env/environmentDetector.ts +21 -21
- package/src/features/replay/core/errors/safeCall.ts +34 -34
- package/src/features/replay/core/ids/sessionId.ts +44 -44
- package/src/features/replay/core/logger/logger.ts +40 -40
- package/src/features/replay/core/privacy/privacyTypes.ts +41 -41
- package/src/features/replay/core/queue/boundedQueue.ts +71 -71
- package/src/features/replay/integrations/alert/alertInstrumentation.ts +277 -277
- package/src/features/replay/integrations/logs/consoleIntegration.ts +116 -116
- package/src/features/replay/integrations/network/networkAdapter.ts +128 -128
- package/src/features/replay/integrations/react-navigation/navigationIntegration.ts +89 -89
- package/src/features/replay/integrations/touch/ReplayRoot.tsx +114 -114
- package/src/features/replay/pipeline/batching/batchManager.ts +133 -133
- package/src/features/replay/pipeline/envelope/envelopeBuilder.ts +66 -66
- package/src/features/replay/pipeline/retry/retryPolicy.ts +62 -62
- package/src/features/replay/pipeline/transport/transportTypes.ts +85 -85
- package/src/features/replay/public/api.ts +364 -364
- package/src/features/replay/public/enums.ts +78 -78
- package/src/features/replay/public/types.ts +297 -297
- package/src/features/replay/replay/breadcrumbs/breadcrumbCollector.ts +115 -115
- package/src/features/replay/replay/frames/frameModels.ts +45 -45
- package/src/features/replay/replay/session/sessionOrchestrator.ts +286 -286
- package/src/features/replay/replay/timeline/timelineModels.ts +129 -129
- package/src/features/replay/transport/BackendReplayTransport.ts +215 -215
- package/src/features/replay/transport/CompositeReplayTransport.ts +82 -82
- package/src/features/replay/transport/DesktopReplayTransport.ts +140 -140
- package/src/features/replay/transport/ReplayTransport.ts +84 -84
- package/src/features/session/BackendSessionAdapter.ts +1233 -1233
- package/src/features/session/DesktopSessionTransport.ts +128 -128
- package/src/features/session/JourneyEventPipeline.ts +273 -273
- package/src/features/session/ReplayCaptureManager.ts +946 -946
- package/src/features/session/ScrollTracker.ts +166 -166
- package/src/features/session/SessionManager.ts +1209 -1209
- package/src/features/session/SyncDecisionEngine.ts +117 -117
- package/src/features/session/index.ts +88 -88
- package/src/features/session/nativeCapture.ts +38 -38
- package/src/features/session/outboxFrameCapture.ts +74 -74
- package/src/features/session/sessionTypes.ts +491 -491
- package/src/features/skan/skanBridge.ts +61 -61
- package/src/features/skan/skanConversionManager.ts +173 -173
- package/src/index.ts +191 -191
- package/src/integrations/fetch/fetchInterceptor.ts +182 -182
- package/src/integrations/network/bodyCapture.ts +328 -328
- package/src/integrations/xhr/xhrInterceptor.ts +231 -231
- package/src/metro/index.ts +164 -164
- package/src/metro/optionalDependencyStub.ts +13 -13
- package/src/metro/optionalModules.ts +27 -27
- package/src/pipeline/dispatcher/dispatcher.ts +22 -22
- package/src/pipeline/envelope/envelope.ts +31 -31
- package/src/pipeline/envelope/serializer.ts +14 -14
- package/src/pipeline/processors/enrich.ts +11 -11
- package/src/pipeline/processors/sanitize.ts +23 -23
- package/src/pipeline/queue/flushQueue.ts +144 -144
- package/src/pipeline/queue/memoryQueue.ts +31 -31
- package/src/pipeline/queue/persistentQueue.ts +414 -414
- package/src/pipeline/scheduler/flushScheduler.ts +47 -47
- package/src/pipeline/scheduler/retryPolicy.ts +8 -8
- package/src/public/ScaleBunFacade.ts +1479 -1479
- package/src/public/ScaleBunProvider.tsx +91 -91
- package/src/public/typedTracker.ts +123 -123
- package/src/public/types.ts +312 -312
- package/src/push/PushManager.ts +318 -318
- package/src/push/adapters/ManualAdapter.ts +100 -100
- package/src/push/adapters/NativeBridgeAdapter.ts +142 -142
- package/src/push/adapters/NoopAdapter.ts +46 -46
- package/src/push/adapters/RNFirebaseMessagingAdapter.ts +271 -271
- package/src/push/adapters/loadMessaging.ts +24 -24
- package/src/push/adapters/loadNotifee.ts +29 -29
- package/src/push/adapters/selectAdapter.ts +176 -176
- package/src/push/detect/capabilities.ts +124 -124
- package/src/push/index.ts +22 -22
- package/src/push/native/nativeNotifications.ts +216 -216
- package/src/push/types.ts +159 -159
- package/src/specs/NativeReplaySdk.ts +99 -99
- package/src/specs/NativeScaleBunCrash.ts +36 -36
- package/src/specs/NativeScaleBunInstallReferrer.ts +29 -29
- package/src/specs/NativeScaleBunOta.ts +85 -85
- package/src/specs/NativeScaleBunPerformance.ts +34 -34
- package/src/specs/NativeScaleBunProfiler.ts +41 -41
- package/src/specs/NativeScaleBunStorage.ts +59 -59
- package/src/storage/StorageBackend.ts +272 -272
- package/src/transport/auth/sdkSession.ts +27 -27
- package/src/transport/backoff/exponentialJitter.ts +9 -9
- package/src/transport/http/endpoints.ts +33 -33
- package/src/transport/http/httpClient.ts +73 -73
- package/src/vendor/protocol/index.ts +391 -391
- package/src/vendor/protocol/internal/validation.ts +497 -497
- package/src/vendor/sdk-contracts/bridge.ts +162 -162
- package/src/vendor/sdk-contracts/config.ts +192 -192
- package/src/vendor/sdk-contracts/events.ts +50 -50
- package/src/vendor/sdk-contracts/features.ts +42 -42
- package/src/vendor/sdk-contracts/index.ts +98 -98
- package/src/vendor/sdk-contracts/platform.ts +42 -42
- package/src/vendor/sdk-contracts/session-boundary.ts +55 -55
- package/src/vendor/sdk-contracts/session.ts +225 -225
- package/src/vendor/vendor.manifest +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PROTOCOL_VERSION","logger","SESSION_EVENTS","DesktopSessionTransport","constructor","transport","sendSessionStart","session","_send","SESSION_START","sessionId","deviceId","startedAt","metadata","status","sendSessionEnd","SESSION_END","endedAt","artifactIndex","transportState","syncState","sendEvent","event","EVENT","eventId","journeyId","ts","type","subtype","severity","screen","payload","correlationId","traceId","source","sendFrame","frame","imageData","FRAME","frameId","imageRef","width","height","quality","captureReason","sourcePlatform","redactionState","name","data","getState","debug","msg","protocolVersion","timestamp","Date","now","sequence","nextSequence","id","generateMessageId","category","send","err","error","toString","Math","random","substring"],"sourceRoot":"
|
|
1
|
+
{"version":3,"names":["PROTOCOL_VERSION","logger","SESSION_EVENTS","DesktopSessionTransport","constructor","transport","sendSessionStart","session","_send","SESSION_START","sessionId","deviceId","startedAt","metadata","status","sendSessionEnd","SESSION_END","endedAt","artifactIndex","transportState","syncState","sendEvent","event","EVENT","eventId","journeyId","ts","type","subtype","severity","screen","payload","correlationId","traceId","source","sendFrame","frame","imageData","FRAME","frameId","imageRef","width","height","quality","captureReason","sourcePlatform","redactionState","name","data","getState","debug","msg","protocolVersion","timestamp","Date","now","sequence","nextSequence","id","generateMessageId","category","send","err","error","toString","Math","random","substring"],"sourceRoot":"..\\..\\..\\..\\src","sources":["features/session/DesktopSessionTransport.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ScaleBun SDK — Journey Event Pipeline
|
|
3
|
-
*
|
|
4
|
-
* Bounded ring buffer for session events with:
|
|
5
|
-
* - Configurable max capacity
|
|
6
|
-
* - Backpressure: drops lowest-priority events when full
|
|
7
|
-
* - Crash-adjacent/error events are preserved over generic events
|
|
8
|
-
* - Canonical event creation with deduplication
|
|
9
|
-
* - Event emission callback for transport
|
|
1
|
+
/**
|
|
2
|
+
* ScaleBun SDK — Journey Event Pipeline
|
|
3
|
+
*
|
|
4
|
+
* Bounded ring buffer for session events with:
|
|
5
|
+
* - Configurable max capacity
|
|
6
|
+
* - Backpressure: drops lowest-priority events when full
|
|
7
|
+
* - Crash-adjacent/error events are preserved over generic events
|
|
8
|
+
* - Canonical event creation with deduplication
|
|
9
|
+
* - Event emission callback for transport
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
import { logger } from '../../core/logger/internalLogger';
|
|
@@ -58,9 +58,9 @@ export class JourneyEventPipeline {
|
|
|
58
58
|
return this.events.length;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
/**
|
|
62
|
-
* Create and add a canonical event.
|
|
63
|
-
* Handles deduplication, retention, and emission.
|
|
61
|
+
/**
|
|
62
|
+
* Create and add a canonical event.
|
|
63
|
+
* Handles deduplication, retention, and emission.
|
|
64
64
|
*/
|
|
65
65
|
emit(type, opts) {
|
|
66
66
|
try {
|
|
@@ -102,8 +102,8 @@ export class JourneyEventPipeline {
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
/**
|
|
106
|
-
* Anchor a crash event — protect nearby events from eviction.
|
|
105
|
+
/**
|
|
106
|
+
* Anchor a crash event — protect nearby events from eviction.
|
|
107
107
|
*/
|
|
108
108
|
anchorCrash(crashEventId) {
|
|
109
109
|
const crashIdx = this.events.findIndex(e => e.eventId === crashEventId);
|
|
@@ -125,8 +125,8 @@ export class JourneyEventPipeline {
|
|
|
125
125
|
};
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
/**
|
|
129
|
-
* Build the event portion of the artifact index.
|
|
128
|
+
/**
|
|
129
|
+
* Build the event portion of the artifact index.
|
|
130
130
|
*/
|
|
131
131
|
buildEventRefs() {
|
|
132
132
|
const eventRefs = [];
|
|
@@ -191,9 +191,9 @@ export class JourneyEventPipeline {
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
/**
|
|
195
|
-
* Evict the oldest event with the lowest retention priority,
|
|
196
|
-
* skipping crash-anchored/protected events.
|
|
194
|
+
/**
|
|
195
|
+
* Evict the oldest event with the lowest retention priority,
|
|
196
|
+
* skipping crash-anchored/protected events.
|
|
197
197
|
*/
|
|
198
198
|
_evictLowestPriority() {
|
|
199
199
|
let lowestIdx = -1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["logger","getEventRetentionPriority","DEFAULT_PIPELINE_CONFIG","maxEventCount","crashAnchorWindow","dedupeWindowMs","JourneyEventPipeline","events","onEmit","protectedEventIds","Set","lastEventKey","lastEventTs","lastEventConfidence","constructor","sessionId","config","setEmitCallback","cb","getEvents","count","length","emit","type","opts","key","subtype","now","Date","incomingConfidence","payload","confidence","_replaceLastEvent","event","eventId","generateEventId","journeyId","ts","severity","inferSeverity","screen","correlationId","traceId","source","_addEvent","err","error","anchorCrash","crashEventId","crashIdx","findIndex","e","window","start","Math","max","end","min","nearbyEventIds","i","push","add","crashEvent","nearbyFrameIds","timestamp","buildEventRefs","eventRefs","networkRefs","logRefs","startsWith","clear","ev","evKey","debug","_evictLowestPriority","lowestIdx","lowestPriority","Infinity","has","priority","splice","shift","toString","random","substring"],"sourceRoot":"
|
|
1
|
+
{"version":3,"names":["logger","getEventRetentionPriority","DEFAULT_PIPELINE_CONFIG","maxEventCount","crashAnchorWindow","dedupeWindowMs","JourneyEventPipeline","events","onEmit","protectedEventIds","Set","lastEventKey","lastEventTs","lastEventConfidence","constructor","sessionId","config","setEmitCallback","cb","getEvents","count","length","emit","type","opts","key","subtype","now","Date","incomingConfidence","payload","confidence","_replaceLastEvent","event","eventId","generateEventId","journeyId","ts","severity","inferSeverity","screen","correlationId","traceId","source","_addEvent","err","error","anchorCrash","crashEventId","crashIdx","findIndex","e","window","start","Math","max","end","min","nearbyEventIds","i","push","add","crashEvent","nearbyFrameIds","timestamp","buildEventRefs","eventRefs","networkRefs","logRefs","startsWith","clear","ev","evKey","debug","_evictLowestPriority","lowestIdx","lowestPriority","Infinity","has","priority","splice","shift","toString","random","substring"],"sourceRoot":"..\\..\\..\\..\\src","sources":["features/session/JourneyEventPipeline.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ScaleBun SDK — Replay Capture Manager
|
|
3
|
-
*
|
|
4
|
-
* Orchestration-only component for frame capture:
|
|
5
|
-
* - Decides WHEN to capture (navigation, interaction, scroll, loading, frequency triggers)
|
|
6
|
-
* - Delegates ALL frame capture to native engines via sessionReplayAdapter
|
|
7
|
-
* - NEVER performs screenshot logic itself
|
|
8
|
-
* - If native capture unavailable, returns null and logs warning
|
|
9
|
-
* - Manages frame retention with crash-adjacent priority
|
|
10
|
-
* - Uses session-bound generation guard to invalidate stale async work
|
|
11
|
-
* - All pending timers are cancelled on stop()
|
|
12
|
-
*
|
|
13
|
-
* Semantic Capture Coordination:
|
|
14
|
-
* - Tracks the last completed capture's reason + screen to prevent semantic duplicates
|
|
15
|
-
* - Navigation supersedes pending interaction for the SAME screen (interaction is already
|
|
16
|
-
* visually represented by the navigation frame)
|
|
17
|
-
* - Loading completion for the SAME screen coalesces with a pending navigation capture
|
|
18
|
-
* by cancelling the navigation capture (loading's delayed capture shows the final state)
|
|
19
|
-
* - Scroll captures have per-cycle identity and do not conflict with navigation/loading
|
|
20
|
-
* - Manual and error-context captures ALWAYS bypass coordination (explicit intent)
|
|
21
|
-
* - Genuinely distinct states (different screens, different reasons after settle) are never deduped
|
|
1
|
+
/**
|
|
2
|
+
* ScaleBun SDK — Replay Capture Manager
|
|
3
|
+
*
|
|
4
|
+
* Orchestration-only component for frame capture:
|
|
5
|
+
* - Decides WHEN to capture (navigation, interaction, scroll, loading, frequency triggers)
|
|
6
|
+
* - Delegates ALL frame capture to native engines via sessionReplayAdapter
|
|
7
|
+
* - NEVER performs screenshot logic itself
|
|
8
|
+
* - If native capture unavailable, returns null and logs warning
|
|
9
|
+
* - Manages frame retention with crash-adjacent priority
|
|
10
|
+
* - Uses session-bound generation guard to invalidate stale async work
|
|
11
|
+
* - All pending timers are cancelled on stop()
|
|
12
|
+
*
|
|
13
|
+
* Semantic Capture Coordination:
|
|
14
|
+
* - Tracks the last completed capture's reason + screen to prevent semantic duplicates
|
|
15
|
+
* - Navigation supersedes pending interaction for the SAME screen (interaction is already
|
|
16
|
+
* visually represented by the navigation frame)
|
|
17
|
+
* - Loading completion for the SAME screen coalesces with a pending navigation capture
|
|
18
|
+
* by cancelling the navigation capture (loading's delayed capture shows the final state)
|
|
19
|
+
* - Scroll captures have per-cycle identity and do not conflict with navigation/loading
|
|
20
|
+
* - Manual and error-context captures ALWAYS bypass coordination (explicit intent)
|
|
21
|
+
* - Genuinely distinct states (different screens, different reasons after settle) are never deduped
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
24
|
import { logger } from '../../core/logger/internalLogger';
|
|
@@ -26,66 +26,66 @@ import { getFrameRetentionPriority } from './sessionTypes';
|
|
|
26
26
|
|
|
27
27
|
// ─── Types ──────────────────────────────────────────────────────────────────
|
|
28
28
|
|
|
29
|
-
/**
|
|
30
|
-
* Native capture function provided by the adapter layer.
|
|
31
|
-
* Calls the platform native engine (PixelCopy on Android, UIWindow on iOS).
|
|
32
|
-
* Returns null if native capture is unavailable.
|
|
29
|
+
/**
|
|
30
|
+
* Native capture function provided by the adapter layer.
|
|
31
|
+
* Calls the platform native engine (PixelCopy on Android, UIWindow on iOS).
|
|
32
|
+
* Returns null if native capture is unavailable.
|
|
33
33
|
*/
|
|
34
34
|
|
|
35
35
|
// ─── Native File-Outbox staged capture ───────────────────────────────────────
|
|
36
36
|
|
|
37
|
-
/**
|
|
38
|
-
* Metadata returned by a native STAGED capture-to-file. The image bytes are
|
|
39
|
-
* already written to the native outbox (staged, not yet uploadable) — they NEVER
|
|
40
|
-
* cross the bridge. `frameHash` is a native content hash so JS change-detection
|
|
41
|
-
* works without base64.
|
|
37
|
+
/**
|
|
38
|
+
* Metadata returned by a native STAGED capture-to-file. The image bytes are
|
|
39
|
+
* already written to the native outbox (staged, not yet uploadable) — they NEVER
|
|
40
|
+
* cross the bridge. `frameHash` is a native content hash so JS change-detection
|
|
41
|
+
* works without base64.
|
|
42
42
|
*/
|
|
43
43
|
|
|
44
44
|
/** JS-authoritative frame metadata written to the outbox on commit. */
|
|
45
45
|
|
|
46
|
-
/**
|
|
47
|
-
* Native file-outbox frame capture. `capture` stages an image and returns metadata
|
|
48
|
-
* only (or null when the outbox is off / capture fails → caller falls back to the
|
|
49
|
-
* legacy native capture). `commit` writes the JS-decided meta (making the frame
|
|
50
|
-
* uploadable); `discard` drops a staged frame the orchestrator suppressed.
|
|
46
|
+
/**
|
|
47
|
+
* Native file-outbox frame capture. `capture` stages an image and returns metadata
|
|
48
|
+
* only (or null when the outbox is off / capture fails → caller falls back to the
|
|
49
|
+
* legacy native capture). `commit` writes the JS-decided meta (making the frame
|
|
50
|
+
* uploadable); `discard` drops a staged frame the orchestrator suppressed.
|
|
51
51
|
*/
|
|
52
52
|
|
|
53
53
|
// ─── Capture Intent ─────────────────────────────────────────────────────────
|
|
54
54
|
|
|
55
|
-
/**
|
|
56
|
-
* Represents the semantic identity of a completed capture.
|
|
57
|
-
* Used for dedup: two captures with the same intent fingerprint
|
|
58
|
-
* represent the same visual state and should not produce two frames.
|
|
55
|
+
/**
|
|
56
|
+
* Represents the semantic identity of a completed capture.
|
|
57
|
+
* Used for dedup: two captures with the same intent fingerprint
|
|
58
|
+
* represent the same visual state and should not produce two frames.
|
|
59
59
|
*/
|
|
60
60
|
|
|
61
|
-
/**
|
|
62
|
-
* Reasons that always bypass semantic dedup.
|
|
63
|
-
* These are explicit user/system requests that should ALWAYS produce a frame.
|
|
61
|
+
/**
|
|
62
|
+
* Reasons that always bypass semantic dedup.
|
|
63
|
+
* These are explicit user/system requests that should ALWAYS produce a frame.
|
|
64
64
|
*/
|
|
65
65
|
const BYPASS_DEDUP_REASONS = new Set(['manual', 'error-context', 'frequency']);
|
|
66
66
|
|
|
67
|
-
/**
|
|
68
|
-
* Minimum time (ms) between captures of the same semantic intent
|
|
69
|
-
* (same reason + same screen). Secondary heuristic only — the primary
|
|
70
|
-
* check is semantic (reason + screen identity).
|
|
67
|
+
/**
|
|
68
|
+
* Minimum time (ms) between captures of the same semantic intent
|
|
69
|
+
* (same reason + same screen). Secondary heuristic only — the primary
|
|
70
|
+
* check is semantic (reason + screen identity).
|
|
71
71
|
*/
|
|
72
72
|
const SAME_INTENT_COOLDOWN_MS = 300;
|
|
73
73
|
|
|
74
|
-
/**
|
|
75
|
-
* Time (ms) to defer an interaction capture before finalizing.
|
|
76
|
-
* If onScreenChange fires within this window (i.e. the tap caused navigation),
|
|
77
|
-
* the interaction capture is cancelled and absorbed into the navigation capture.
|
|
78
|
-
* If no navigation follows, the interaction captures normally after this delay.
|
|
79
|
-
* 200ms is long enough for most React navigation timings but short enough to feel instant.
|
|
74
|
+
/**
|
|
75
|
+
* Time (ms) to defer an interaction capture before finalizing.
|
|
76
|
+
* If onScreenChange fires within this window (i.e. the tap caused navigation),
|
|
77
|
+
* the interaction capture is cancelled and absorbed into the navigation capture.
|
|
78
|
+
* If no navigation follows, the interaction captures normally after this delay.
|
|
79
|
+
* 200ms is long enough for most React navigation timings but short enough to feel instant.
|
|
80
80
|
*/
|
|
81
81
|
const INTERACTION_SETTLE_MS = 200;
|
|
82
82
|
|
|
83
|
-
/**
|
|
84
|
-
* Grace window (ms) AFTER an interaction capture has already fired.
|
|
85
|
-
* If onScreenChange fires to a DIFFERENT screen within this window,
|
|
86
|
-
* the stale interaction frame is retroactively evicted and its tap
|
|
87
|
-
* metadata is carried forward to the navigation capture.
|
|
88
|
-
* Handles the intermittent case where navigation takes >INTERACTION_SETTLE_MS.
|
|
83
|
+
/**
|
|
84
|
+
* Grace window (ms) AFTER an interaction capture has already fired.
|
|
85
|
+
* If onScreenChange fires to a DIFFERENT screen within this window,
|
|
86
|
+
* the stale interaction frame is retroactively evicted and its tap
|
|
87
|
+
* metadata is carried forward to the navigation capture.
|
|
88
|
+
* Handles the intermittent case where navigation takes >INTERACTION_SETTLE_MS.
|
|
89
89
|
*/
|
|
90
90
|
const LATE_ABSORPTION_GRACE_MS = 400;
|
|
91
91
|
|
|
@@ -103,44 +103,44 @@ export class ReplayCaptureManager {
|
|
|
103
103
|
currentScreen = null;
|
|
104
104
|
lastInteractionCapture = 0;
|
|
105
105
|
|
|
106
|
-
/**
|
|
107
|
-
* Session-bound generation counter.
|
|
108
|
-
* Incremented on stop(). All async capture work checks this before AND after
|
|
109
|
-
* native capture to ensure stale callbacks from a previous session lifecycle
|
|
110
|
-
* do not emit frames into a new session.
|
|
106
|
+
/**
|
|
107
|
+
* Session-bound generation counter.
|
|
108
|
+
* Incremented on stop(). All async capture work checks this before AND after
|
|
109
|
+
* native capture to ensure stale callbacks from a previous session lifecycle
|
|
110
|
+
* do not emit frames into a new session.
|
|
111
111
|
*/
|
|
112
112
|
captureGeneration = 0;
|
|
113
113
|
|
|
114
|
-
/**
|
|
115
|
-
* Tracked navigation capture timeout.
|
|
116
|
-
* Cancelled on stop() and on each new onScreenChange() call (debounce).
|
|
114
|
+
/**
|
|
115
|
+
* Tracked navigation capture timeout.
|
|
116
|
+
* Cancelled on stop() and on each new onScreenChange() call (debounce).
|
|
117
117
|
*/
|
|
118
118
|
pendingNavTimeout = null;
|
|
119
119
|
/** Screen associated with the pending navigation capture */
|
|
120
120
|
pendingNavScreen = null;
|
|
121
121
|
|
|
122
|
-
/**
|
|
123
|
-
* Tracked scroll settle capture timeout.
|
|
124
|
-
* Cancelled on stop().
|
|
122
|
+
/**
|
|
123
|
+
* Tracked scroll settle capture timeout.
|
|
124
|
+
* Cancelled on stop().
|
|
125
125
|
*/
|
|
126
126
|
pendingScrollTimeout = null;
|
|
127
127
|
|
|
128
|
-
/**
|
|
129
|
-
* Tracked loading end capture timeout.
|
|
130
|
-
* Cancelled on stop().
|
|
128
|
+
/**
|
|
129
|
+
* Tracked loading end capture timeout.
|
|
130
|
+
* Cancelled on stop().
|
|
131
131
|
*/
|
|
132
132
|
pendingLoadingTimeout = null;
|
|
133
133
|
/** Screen associated with the pending loading capture */
|
|
134
134
|
pendingLoadingScreen = null;
|
|
135
135
|
|
|
136
|
-
/**
|
|
137
|
-
* Pending interaction capture timeout.
|
|
138
|
-
* When a tap/gesture occurs, the capture is DEFERRED by INTERACTION_SETTLE_MS.
|
|
139
|
-
* If onScreenChange fires within that window (tap caused navigation), the
|
|
140
|
-
* pending interaction is cancelled and its tap metadata is carried forward
|
|
141
|
-
* to the navigation capture — ensuring the destination screen is captured
|
|
142
|
-
* instead of a stale pre-navigation screenshot.
|
|
143
|
-
* If no navigation follows, the interaction capture fires normally.
|
|
136
|
+
/**
|
|
137
|
+
* Pending interaction capture timeout.
|
|
138
|
+
* When a tap/gesture occurs, the capture is DEFERRED by INTERACTION_SETTLE_MS.
|
|
139
|
+
* If onScreenChange fires within that window (tap caused navigation), the
|
|
140
|
+
* pending interaction is cancelled and its tap metadata is carried forward
|
|
141
|
+
* to the navigation capture — ensuring the destination screen is captured
|
|
142
|
+
* instead of a stale pre-navigation screenshot.
|
|
143
|
+
* If no navigation follows, the interaction capture fires normally.
|
|
144
144
|
*/
|
|
145
145
|
pendingInteractionTimeout = null;
|
|
146
146
|
/** Interaction point metadata held while pending (carried to nav if absorbed) */
|
|
@@ -148,29 +148,29 @@ export class ReplayCaptureManager {
|
|
|
148
148
|
/** Screen at the time the pending interaction was created */
|
|
149
149
|
pendingInteractionScreen = undefined;
|
|
150
150
|
|
|
151
|
-
/**
|
|
152
|
-
* Late absorption tracking.
|
|
153
|
-
* After an interaction capture fires, store its metadata so that
|
|
154
|
-
* a delayed onScreenChange can retroactively evict the stale frame
|
|
155
|
-
* and carry the tap metadata forward to the navigation capture.
|
|
151
|
+
/**
|
|
152
|
+
* Late absorption tracking.
|
|
153
|
+
* After an interaction capture fires, store its metadata so that
|
|
154
|
+
* a delayed onScreenChange can retroactively evict the stale frame
|
|
155
|
+
* and carry the tap metadata forward to the navigation capture.
|
|
156
156
|
*/
|
|
157
157
|
lastCompletedInteraction = null;
|
|
158
158
|
|
|
159
|
-
/**
|
|
160
|
-
* In-flight interaction tracking.
|
|
161
|
-
* Set when triggerCapture('interaction') starts the async native call and cleared
|
|
162
|
-
* when it completes. If onScreenChange fires for a DIFFERENT screen while a capture
|
|
163
|
-
* is in-flight, the capture is suppressed — the navigation frame is the correct state.
|
|
164
|
-
* Covers the race window between pendingInteractionTimeout firing and native returning,
|
|
165
|
-
* which neither pending-absorption nor late-absorption can reach.
|
|
159
|
+
/**
|
|
160
|
+
* In-flight interaction tracking.
|
|
161
|
+
* Set when triggerCapture('interaction') starts the async native call and cleared
|
|
162
|
+
* when it completes. If onScreenChange fires for a DIFFERENT screen while a capture
|
|
163
|
+
* is in-flight, the capture is suppressed — the navigation frame is the correct state.
|
|
164
|
+
* Covers the race window between pendingInteractionTimeout firing and native returning,
|
|
165
|
+
* which neither pending-absorption nor late-absorption can reach.
|
|
166
166
|
*/
|
|
167
167
|
_inFlightInteractionScreen = undefined;
|
|
168
168
|
_inFlightInteractionPoint = undefined;
|
|
169
169
|
_suppressInFlightInteraction = false;
|
|
170
170
|
|
|
171
|
-
/**
|
|
172
|
-
* Last completed capture intent — used for semantic dedup.
|
|
173
|
-
* Captures with the same reason + screen within SAME_INTENT_COOLDOWN_MS are suppressed.
|
|
171
|
+
/**
|
|
172
|
+
* Last completed capture intent — used for semantic dedup.
|
|
173
|
+
* Captures with the same reason + screen within SAME_INTENT_COOLDOWN_MS are suppressed.
|
|
174
174
|
*/
|
|
175
175
|
lastCaptureIntent = null;
|
|
176
176
|
|
|
@@ -356,14 +356,14 @@ export class ReplayCaptureManager {
|
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
/**
|
|
360
|
-
* Notify of a user interaction — deferred capture with navigation absorption.
|
|
361
|
-
*
|
|
362
|
-
* Instead of capturing immediately (which would snapshot the OLD screen
|
|
363
|
-
* when the tap causes navigation), the capture is deferred by
|
|
364
|
-
* INTERACTION_SETTLE_MS. If onScreenChange fires within that window,
|
|
365
|
-
* the pending interaction is absorbed into the navigation capture.
|
|
366
|
-
* If no navigation follows, the interaction capture fires normally.
|
|
359
|
+
/**
|
|
360
|
+
* Notify of a user interaction — deferred capture with navigation absorption.
|
|
361
|
+
*
|
|
362
|
+
* Instead of capturing immediately (which would snapshot the OLD screen
|
|
363
|
+
* when the tap causes navigation), the capture is deferred by
|
|
364
|
+
* INTERACTION_SETTLE_MS. If onScreenChange fires within that window,
|
|
365
|
+
* the pending interaction is absorbed into the navigation capture.
|
|
366
|
+
* If no navigation follows, the interaction capture fires normally.
|
|
367
367
|
*/
|
|
368
368
|
onInteraction(interactionPoint) {
|
|
369
369
|
if (!this.capturing) return;
|
|
@@ -491,18 +491,18 @@ export class ReplayCaptureManager {
|
|
|
491
491
|
|
|
492
492
|
// ─── Core Capture ───────────────────────────────────────────────────
|
|
493
493
|
|
|
494
|
-
/**
|
|
495
|
-
* Trigger a frame capture via native engine.
|
|
496
|
-
* This method ONLY orchestrates — native does the real work.
|
|
497
|
-
*
|
|
498
|
-
* Semantic dedup: if the last completed capture has the same reason + screen
|
|
499
|
-
* and happened within SAME_INTENT_COOLDOWN_MS, the capture is suppressed.
|
|
500
|
-
* Bypass reasons (manual, error-context, frequency) skip this check entirely.
|
|
501
|
-
*
|
|
502
|
-
* Session-bound generation guard: captures the generation counter before
|
|
503
|
-
* starting the async native capture and verifies it hasn't changed after.
|
|
504
|
-
* If it has, the capture result is silently discarded — the session that
|
|
505
|
-
* requested it no longer exists.
|
|
494
|
+
/**
|
|
495
|
+
* Trigger a frame capture via native engine.
|
|
496
|
+
* This method ONLY orchestrates — native does the real work.
|
|
497
|
+
*
|
|
498
|
+
* Semantic dedup: if the last completed capture has the same reason + screen
|
|
499
|
+
* and happened within SAME_INTENT_COOLDOWN_MS, the capture is suppressed.
|
|
500
|
+
* Bypass reasons (manual, error-context, frequency) skip this check entirely.
|
|
501
|
+
*
|
|
502
|
+
* Session-bound generation guard: captures the generation counter before
|
|
503
|
+
* starting the async native capture and verifies it hasn't changed after.
|
|
504
|
+
* If it has, the capture result is silently discarded — the session that
|
|
505
|
+
* requested it no longer exists.
|
|
506
506
|
*/
|
|
507
507
|
async triggerCapture(reason, screenName, interactionPoint) {
|
|
508
508
|
if (!this.capturing) return null;
|
|
@@ -772,9 +772,9 @@ export class ReplayCaptureManager {
|
|
|
772
772
|
|
|
773
773
|
// ─── Frame Retention ────────────────────────────────────────────────
|
|
774
774
|
|
|
775
|
-
/**
|
|
776
|
-
* Evict the frame with the lowest retention priority.
|
|
777
|
-
* Crash-adjacent and error-context frames are NEVER evicted before generic frames.
|
|
775
|
+
/**
|
|
776
|
+
* Evict the frame with the lowest retention priority.
|
|
777
|
+
* Crash-adjacent and error-context frames are NEVER evicted before generic frames.
|
|
778
778
|
*/
|
|
779
779
|
_evictLowestPriorityFrame() {
|
|
780
780
|
let lowestIdx = -1;
|
|
@@ -812,11 +812,11 @@ function generateFrameId() {
|
|
|
812
812
|
return `frm-${Date.now().toString(36)}-${Math.random().toString(36).substring(2, 8)}`;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
/**
|
|
816
|
-
* P2-1 change detection: cheap, allocation-light FNV-1a over the base64 string.
|
|
817
|
-
* Exact-hash only — a perceptual/near-identical match is a native concern (the
|
|
818
|
-
* native layer may supply `frameHash`; this is the JS fallback). Sampling every
|
|
819
|
-
* Nth char keeps it O(1)-ish on large frames while still being change-sensitive.
|
|
815
|
+
/**
|
|
816
|
+
* P2-1 change detection: cheap, allocation-light FNV-1a over the base64 string.
|
|
817
|
+
* Exact-hash only — a perceptual/near-identical match is a native concern (the
|
|
818
|
+
* native layer may supply `frameHash`; this is the JS fallback). Sampling every
|
|
819
|
+
* Nth char keeps it O(1)-ish on large frames while still being change-sensitive.
|
|
820
820
|
*/
|
|
821
821
|
function hashBase64(b64) {
|
|
822
822
|
let h = 0x811c9dc5;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["logger","getFrameRetentionPriority","BYPASS_DEDUP_REASONS","Set","SAME_INTENT_COOLDOWN_MS","INTERACTION_SETTLE_MS","LATE_ABSORPTION_GRACE_MS","ReplayCaptureManager","onFrameEmit","frames","protectedFrameIds","frequencyTimer","capturing","currentScreen","lastInteractionCapture","captureGeneration","pendingNavTimeout","pendingNavScreen","pendingScrollTimeout","pendingLoadingTimeout","pendingLoadingScreen","pendingInteractionTimeout","pendingInteractionPoint","undefined","pendingInteractionScreen","lastCompletedInteraction","_inFlightInteractionScreen","_inFlightInteractionPoint","_suppressInFlightInteraction","lastCaptureIntent","_sequenceCounter","_lastFrameHash","_lastKeyframeTs","_lastKeyframeId","_framesSinceKeyframe","constructor","sessionId","config","nativeCapture","outboxCapture","setFrameEmitCallback","cb","start","captureMode","intervalMs","Math","max","setInterval","triggerCapture","catch","debug","stop","clearInterval","clearTimeout","onScreenChange","screenName","_isExcludedScreen","absorbedInteractionPoint","screen","Date","now","ts","stale","interactionPoint","filter","f","frameId","setTimeout","onInteraction","captureScreen","capturePoint","onScrollSettle","onLoadingEnd","captureManual","reason","protectFramesNearCrash","crashTimestamp","windowMs","protectedIds","frame","abs","add","push","getFrames","getFrameRefs","map","count","length","clear","has","last","sameScreen","sameReason","withinCooldown","gen","staged","capture","usedStaged","result","base64","width","height","byteSize","format","frameHash","platform","quality","discardStaged","discard","hash","hashBase64","explicit","maxKf","maxKeyframeIntervalMs","heartbeatDue","changed","changeDetection","deltaOn","deltaEncoding","kfInterval","deltaKeyframeInterval","mustKeyframe","frameType","baseFrameId","generateFrameId","resolvedInteraction","screenWidth","screenHeight","sequenceNumber","imageRef","captureReason","sourcePlatform","maxFrames","_evictLowestPriorityFrame","meta","timestamp","trigger","contentType","sizeBytes","masked","committed","commit","err","error","lowestIdx","lowestPriority","Infinity","oldestTs","i","priority","splice","shift","privacyPolicy","captureExclusions","includes","toString","random","substring","b64","h","len","step","ceil","charCodeAt","imul"],"sourceRoot":"../../../../src","sources":["features/session/ReplayCaptureManager.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["logger","getFrameRetentionPriority","BYPASS_DEDUP_REASONS","Set","SAME_INTENT_COOLDOWN_MS","INTERACTION_SETTLE_MS","LATE_ABSORPTION_GRACE_MS","ReplayCaptureManager","onFrameEmit","frames","protectedFrameIds","frequencyTimer","capturing","currentScreen","lastInteractionCapture","captureGeneration","pendingNavTimeout","pendingNavScreen","pendingScrollTimeout","pendingLoadingTimeout","pendingLoadingScreen","pendingInteractionTimeout","pendingInteractionPoint","undefined","pendingInteractionScreen","lastCompletedInteraction","_inFlightInteractionScreen","_inFlightInteractionPoint","_suppressInFlightInteraction","lastCaptureIntent","_sequenceCounter","_lastFrameHash","_lastKeyframeTs","_lastKeyframeId","_framesSinceKeyframe","constructor","sessionId","config","nativeCapture","outboxCapture","setFrameEmitCallback","cb","start","captureMode","intervalMs","Math","max","setInterval","triggerCapture","catch","debug","stop","clearInterval","clearTimeout","onScreenChange","screenName","_isExcludedScreen","absorbedInteractionPoint","screen","Date","now","ts","stale","interactionPoint","filter","f","frameId","setTimeout","onInteraction","captureScreen","capturePoint","onScrollSettle","onLoadingEnd","captureManual","reason","protectFramesNearCrash","crashTimestamp","windowMs","protectedIds","frame","abs","add","push","getFrames","getFrameRefs","map","count","length","clear","has","last","sameScreen","sameReason","withinCooldown","gen","staged","capture","usedStaged","result","base64","width","height","byteSize","format","frameHash","platform","quality","discardStaged","discard","hash","hashBase64","explicit","maxKf","maxKeyframeIntervalMs","heartbeatDue","changed","changeDetection","deltaOn","deltaEncoding","kfInterval","deltaKeyframeInterval","mustKeyframe","frameType","baseFrameId","generateFrameId","resolvedInteraction","screenWidth","screenHeight","sequenceNumber","imageRef","captureReason","sourcePlatform","maxFrames","_evictLowestPriorityFrame","meta","timestamp","trigger","contentType","sizeBytes","masked","committed","commit","err","error","lowestIdx","lowestPriority","Infinity","oldestTs","i","priority","splice","shift","privacyPolicy","captureExclusions","includes","toString","random","substring","b64","h","len","step","ceil","charCodeAt","imul"],"sourceRoot":"..\\..\\..\\..\\src","sources":["features/session/ReplayCaptureManager.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ScaleBun SDK — Scroll Tracker
|
|
3
|
-
*
|
|
4
|
-
* Dedicated scroll tracking with settle detection.
|
|
5
|
-
* Tied to actual scrollable surfaces (ScrollView/FlatList/SectionList)
|
|
6
|
-
* via the ScaleBunScrollView wrapper — NOT root-level touch tracking.
|
|
7
|
-
*
|
|
8
|
-
* Behavior:
|
|
9
|
-
* - Accumulates scroll delta from onScroll events
|
|
10
|
-
* - Applies minimum threshold (30px) to filter tiny incidental movements
|
|
11
|
-
* - Uses 250ms idle window to determine scroll end (settle detection)
|
|
12
|
-
* - On settle: invokes callback with structured metadata
|
|
13
|
-
* - Session-bound: dispose() cancels all pending timers
|
|
14
|
-
* - Resets between scroll gestures
|
|
1
|
+
/**
|
|
2
|
+
* ScaleBun SDK — Scroll Tracker
|
|
3
|
+
*
|
|
4
|
+
* Dedicated scroll tracking with settle detection.
|
|
5
|
+
* Tied to actual scrollable surfaces (ScrollView/FlatList/SectionList)
|
|
6
|
+
* via the ScaleBunScrollView wrapper — NOT root-level touch tracking.
|
|
7
|
+
*
|
|
8
|
+
* Behavior:
|
|
9
|
+
* - Accumulates scroll delta from onScroll events
|
|
10
|
+
* - Applies minimum threshold (30px) to filter tiny incidental movements
|
|
11
|
+
* - Uses 250ms idle window to determine scroll end (settle detection)
|
|
12
|
+
* - On settle: invokes callback with structured metadata
|
|
13
|
+
* - Session-bound: dispose() cancels all pending timers
|
|
14
|
+
* - Resets between scroll gestures
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
import { logger } from '../../core/logger/internalLogger';
|
|
@@ -43,9 +43,9 @@ export class ScrollTracker {
|
|
|
43
43
|
this.onSettle = onSettle;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
/**
|
|
47
|
-
* Called by ScaleBunScrollView on each scroll event.
|
|
48
|
-
* Computes delta from content offset changes and accumulates.
|
|
46
|
+
/**
|
|
47
|
+
* Called by ScaleBunScrollView on each scroll event.
|
|
48
|
+
* Computes delta from content offset changes and accumulates.
|
|
49
49
|
*/
|
|
50
50
|
onScrollEvent(contentOffsetX, contentOffsetY) {
|
|
51
51
|
if (this.disposed) return;
|