The debug option should make debugging SDK problems more easily. So when it is enabled, the SDK should output detail information that normally would be noise to users, like:
- Full backtrace of the errors it encounters.
- Full payload of failed events.
It also *should not change how the SDK works, so it doesn't complicate the problem.
The debug option should make debugging SDK problems more easily. So when it is enabled, the SDK should output detail information that normally would be noise to users, like:
It also *should not change how the SDK works, so it doesn't complicate the problem.