Closed
Description
Problem Statement
We should remove code marked deprecated when we release Sentry SDK 2.0, like compatibility codepaths for old Sentries, etc.
This does not include dropping Python 2 and 3.5 compatibility hacks. That will be done in #2581.
Solution Brainstorm
Search the codebase for stuff marked deprecated and remove it.
Make sure to call all instances of this out in the changelog and migration guide.