You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,8 @@ You can also completely disable or override the default providers with your own.
248
248
-`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.
249
249
-`PlatformContextProvider` - Adds environment and device information which may change over time like the current timezone and screen metrics.
250
250
251
+
For a complete list, check the `com.telemetrydeck.sdk.providers` package.
252
+
251
253
```kotlin
252
254
// Append a custom provider
253
255
val builder =TelemetryDeck.Builder()
@@ -335,7 +337,6 @@ After:
335
337
336
338
### Custom Telemetry
337
339
338
-
339
340
Your custom providers must replace `TelemetryProvider` with `TelemetryDeckProvider`.
0 commit comments