Issue
When reporting issues or questions regarding the SDK behaviour to the Sentry support team or in one of our repositories, our team might request you to provide a minimal reproduction application to assist with the investigation.
What is a minimal reproduction application?
A minimal reproducible application or example is a collection of source code and other data files that allow our team to reproduce the same behaviour and/or issue you are experiencing.
The important feature of a minimal reproducible example is that it is as small and as simple as possible. It should not contain any additional complexity, dependencies, or private information that is not essential to reproduce the issue.
Why is a minimal reproduction application useful?
Because a minimal reproduction provides us with a precise context on the issue, it can greatly speed up the resolution time of your issue.
In many cases, the process of creating a minimal reproduction application itself is enough to identify the root cause of the issue and the solution for the same.
A more comprehensive guide can be found in this guide from Stack Overflow.