You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the endpoint, payload structure and payload members (no longer including an empty optional member).
Includes a slight change to where quotes are escaped from the json payload, so the verbose printed version is valid json itself
Closes#1285
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,8 +331,8 @@ Support for academic software is dependant on evidence of impact. Without eviden
331
331
332
332
Information is collected when a simulation, ensemble or test suite run have completed.
333
333
334
-
The [TelemetryDeck](https://telemetrydeck.com/) service is used to store telemetry data.
335
-
All data is sent to their API endpoint of https://nom.telemetrydeck.com/v1/ via https. For more details please review the [TelmetryDeck privacy policy](https://telemetrydeck.com/privacy/).
334
+
The [TelemetryDeck](https://telemetrydeck.com/) service is used to store telemetry data.
335
+
All data is sent to their [Ingest API v2](https://telemetrydeck.com/docs/ingest/v2) endpoint of https://nom.telemetrydeck.com/v2/. For more details please review the [TelmetryDeck privacy policy](https://telemetrydeck.com/privacy/).
336
336
337
337
We do not collect any personal data such as usernames, email addresses or hardware identifiers but we do generate a random user identifier. This identifier is salted and hashed by Telemetry deck.
0 commit comments