Skip to content

Commit 2fb2a7b

Browse files
committed
docs: update README
1 parent 78a6abc commit 2fb2a7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ You can also completely disable or override the default providers with your own.
248248
- `EnvironmentParameterProvider` - Adds environment and device information to outgoing Signals. This provider overrides the `enrich` method in order to append additional metadata for all signals before sending them.
249249
- `PlatformContextProvider` - Adds environment and device information which may change over time like the current timezone and screen metrics.
250250

251+
For a complete list, check the `com.telemetrydeck.sdk.providers` package.
252+
251253
```kotlin
252254
// Append a custom provider
253255
val builder = TelemetryDeck.Builder()
@@ -335,7 +337,6 @@ After:
335337

336338
### Custom Telemetry
337339

338-
339340
Your custom providers must replace `TelemetryProvider` with `TelemetryDeckProvider`.
340341

341342
To adopt the new interface:

0 commit comments

Comments
 (0)