TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
37 stars 0 forks source link

Precision of numbers in charts #416

Open cliffordh opened 4 months ago

cliffordh commented 4 months ago

Reporting purchase using TelemetryDeck TelemetryDeck.Purchase.completed signal but seeing a precision error in the charts as shown.

            TelemetryDeck.signal("TelemetryDeck.Purchase.completed",
                                        parameters: [
                                            "TelemetryDeck.Purchase.type": "subscription",
                                            "TelemetryDeck.Purchase.countryCode": country,
                                            "TelemetryDeck.Purchase.currencyCode": "USD"
                                        ],
                                        floatValue: Double(0.99))
Screenshot 2024-07-08 at 10 34 57 AM
Jeehut commented 4 weeks ago

@cliffordh Hi, first of all, thank you for reporting this and sorry for getting back so late. I just investigated this issue to fix it, but I couldn't reproduce it. Can you maybe check if this is still a problem or if it was resolved by some change in the past 4 months? And if it still happens, can you provide some context? Thank you!

Jeehut commented 3 days ago

@cliffordh One last ping before closing this issue. Does it still happen for you?