Closed voidedmain closed 8 months ago
@winsmith in the following code example:
Telemetrydecksdk.start(TelemetryManagerConfiguration( appID: "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", apiBaseURL: "https://nom.telemetrydeck.com"));
does TelemetryManagerConfiguration()
also have new name? or did that one stay?
Had a look at the code, and as far as I can tell there are no changes to the TelemetryManagerConfiguration()
.
I'm closing the issue for now.
In the flutter setup guide are some deprecated names for functions:
Old function name:
TelemetryManager()
New function name:
Telemetrydecksdk()