sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Transaction Source Enum

Open szokeasaurusrex opened this issue 1 year ago • 0 comments

The TRANSACTION_SOURCE_* constants defined in tracing.py would likely make more sense to be defined as enums. We can then redefine the functions that accept as an argument a transaction source (for example, scope.set_transaction_name) to accept the Transaction Source enum type.

szokeasaurusrex avatar Feb 01 '24 10:02 szokeasaurusrex