TelemetryDeck / docs

Public Documentation for TelemetryDeck
https://telemetrydeck.com/docs
5 stars 8 forks source link

Guides: Update flutter setup guide #80

Closed voidedmain closed 8 months ago

voidedmain commented 8 months ago

In the flutter setup guide are some deprecated names for functions:

Old function name: TelemetryManager()

New function name: Telemetrydecksdk()

voidedmain commented 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?

voidedmain commented 8 months ago

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.