Commit 08c4d22
authored
docs: Update readme with options refactor (#326)
## Summary
- Readme updated
- `activityLifecycle` property added to
`ObservabilityOptions.Instrumentation` KDocs
## How did you test this change?
- No tests needed
## Are there any deployment considerations?
No
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates Android Observability README to use ObservabilityOptions and
mobileKey with version 0.19.1, and adds KDoc for the activityLifecycle
instrumentation option.
>
> - **Docs (Android Observability)**:
> - Bump dependency to `launchdarkly-observability-android:0.19.1`.
> - Update setup to pass `mobileKey` and construct `Observability(this,
mobileKey)`.
> - Replace `Options` with `ObservabilityOptions`; add example and
outline for `logsApiLevel`, `tracesApi`, `metricsApi`, and
`instrumentations` (including `crashReporting`, `activityLifecycle`,
`launchTime`).
> - **API KDoc**:
> - Document `activityLifecycle` in
`ObservabilityOptions.Instrumentations`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
a6e82c4. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent f199e2d commit 08c4d22
File tree
2 files changed
+33
-5
lines changed- sdk/@launchdarkly/observability-android
- lib/src/main/kotlin/com/launchdarkly/observability/api
2 files changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | | - | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
116 | 121 | | |
117 | 122 | | |
118 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
119 | 146 | | |
120 | 147 | | |
121 | 148 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments