File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
345351If you had Kotlin SDK for TelemetryDeck added to your app, you will notice that ` TelemetryManager ` and related classes have been deprecated.
You can’t perform that action at this time.
0 commit comments