Commit 38b1803
authored
fix: Android - Remove Disk Buffering (#315)
## Summary
Remove Disk buffering seems failing. Let's just delete it.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Removes OpenTelemetry disk buffering setup and its helper from
`InstrumentationManager`.
>
> - **Observability Android SDK**:
> - Remove disk buffering configuration from `createOtelRumConfig()` in
`InstrumentationManager.kt` (drop `DiskBufferingConfig` setup).
> - Delete unused helper `isAnySignalEnabled(options)`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
10aa487. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 6f22635 commit 38b1803
File tree
1 file changed
+0
-10
lines changed- sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/client
1 file changed
+0
-10
lines changedLines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 151 | | |
158 | 152 | | |
159 | 153 | | |
| |||
165 | 159 | | |
166 | 160 | | |
167 | 161 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 162 | | |
173 | 163 | | |
174 | 164 | | |
| |||
0 commit comments