Skip to content

Commit 3095e72

Browse files
committed
docs: update README
1 parent 493af0d commit 3095e72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,12 @@ Please note that the logger implementation should be thread safe as it may be in
340340
- Gradle 6.8.3–8.8\*
341341
- AGP 7.1.3–8.5
342342

343+
## Migrating providers to 5.0+
344+
345+
* The provider interface `TelemetryDeckProvider` has changed to accept a `Context` instance instead of an `Application`.
346+
* The deprecated fallback provider callbacks are no longer used and the functionality has been removed.
347+
* Providers can now optionally override the `transform` method in order to modify any component of the signal.
348+
343349
## Migrating providers to 3.0+
344350

345351
If you had Kotlin SDK for TelemetryDeck added to your app, you will notice that `TelemetryManager` and related classes have been deprecated.

0 commit comments

Comments
 (0)