Skip to content

Commit

Permalink
Update docstring for diagnostics to clarify meaning (#1001)
Browse files Browse the repository at this point in the history
As suggested by @MarkVillacampa in
RevenueCat/purchases-capacitor#376 (comment),
this will make it clearer what we mean.
  • Loading branch information
tonidero authored Dec 23, 2024
1 parent a59b6ac commit 48c6927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/purchasesConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface PurchasesConfiguration {
pendingTransactionsForPrepaidPlansEnabled?: boolean;

/**
* Enabling diagnostics will send some performance and debugging information from the SDK to our servers.
* Enabling diagnostics will send some performance and debugging information from the SDK to RevenueCat's servers.
* Examples of this information include response times, cache hits or error codes.
* No personal identifiable information will be collected.
* The default value is false.
Expand Down

0 comments on commit 48c6927

Please sign in to comment.