Event processor misuse #1752
Labels
Enhancement
New feature or request
Triaged
Has been looked at recently during old issue triage
Type: Bug
Something isn't working
Background:
It is not easy to set/change the transaction name in many Sentry SDKs. This is because the SDK is setting the name in the event processor. Which is a misuse. This is only one example, of the SDK design making it difficult to manipulate their transaction (but not only txn events) before sending.
Doesn't work:
Outcome:
Short term fixes:
beforeSendTransaction
is being added on different SDKs to provide a better experience, but this is not a perfect fix.Underlying problem statement
There is a set_transaction api but the SDK explicitly ignores it
sentry-python/sentry_sdk/integrations/fastapi.py
Lines 79 to 95 in 3fb3fa0
https://sentry.slack.com/archives/C02T4BB83AS/p1669105735303619?thread_ts=1669100987.749389&cid=C02T4BB83AS
Solution proposal:
Related issues:
#1751
The text was updated successfully, but these errors were encountered: