sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

Cart Purchase - Custom Transaction #6

Closed thinkocapo closed 2 years ago

thinkocapo commented 2 years ago

Testing

list app viewController transaction

shopping cart ViewController transaction

custom transaction for purchase

error from purchase

Todo

1. Developers to investigate this problem https://github.com/getsentry/sentry-cocoa/issues/1827, because some of the traceId's are not appearing in the right places. All the events still appear, they're just not linked via distributed tracing correctly. Should merge this before it's +30days old and forgotten or I can't run it on my machine anymore.

2. Create the purchase's request payload dynamically based on the shopping cart in memory, rather than hard-code it. The shopping cart in memory is dynamic.