Closed
Description
Problem Statement
From many (most or all?) Sentry SDKs the sdk name in the event payload, query params, and auth headers follows a pattern of including the framework when being used. (like sentry.ruby.rails
or sentry.php.laravel
) The python SDK should follow the same pattern, this would make tracking usage per framework much easier.
Solution Brainstorm
SDK name in the event body, header, query param, and auth header should all match, similar or same as other SDKs
Where to include:
- event header Dev docs headers
- event body Develop docs Event payload Attributes
- auth header or query param: Authentication dev docs