Closed
Description
Problem Statement
Some users do not like the source context to be there and want to disable it.
Solution Brainstorm
For this we need to add a SDK option include_source_context
that defaults to True
.
If set to false, the source context should not be included.
Here is probably the place where to decide whether to add the source context or not:
https://github.com/getsentry/sentry-python/blob/antonpirker/celery-beat-wo-restart/sentry_sdk/utils.py#L614-L625