I use BugSnag to capture my errors and report them in a way that can be quanitfied. This last week my top 2 errors all came from `Purchases` errors:
Seen in the last 7 days:
Errors | Events |
---|---|
getOfferings Error in Paywall • src/features/Paywall/index.tsx:165 | 140 |
Purchase Error in Paywall • src/features/Paywall/index.tsx:197 | 34 |
Now, the typical response from RevenueCat is:
- Do you have logging enabled?
- YES
```Purchases.setLogLevel(Purchases.LOG_LEVEL.DEBUG);
await Purchases.configure({ apiKey: APIKEY });
```
- YES
-
Can I replicate?
-
NO
-
So I ask RevenueCat this: is there a way to uncover the underlying issue? 140 errors in 1 week related to configuration is concerning. 34 errors of “no package available to purchase” is concerning.
How else can I report errors to you so we can figure this out?