You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(api): Type hinting for start_transaction kwargs (#2796)
This PR adds be type hints for the `**kwargs` that can be passed to `sentry_sdk.start_transaction`, thereby clearly documenting the parameters that can be passed directly in the code.
Ref getsentry/sentry-docs#5082
- We intend to add to the docs page at least the most useful arguments defined in the `TransactionKwargs` type that this PR introduces.
---------
Co-authored-by: Anton Pirker <[email protected]>
0 commit comments