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
* handle transaction_ignore_urls setting [WIP]
* added framework specific tests
(and fixed issues revealed by the tests...)
* implement "outcome" property for transactions and spans
This implements elastic/apm#299.
Additionally, the "status_code" attribute has been added to HTTP spans.
* fix some tests
* change default outcome for spans to "unknown"
* added API functions for setting transaction outcome
* rework outcome API, and make sure it works for unsampled transactions
* fix some tests
* fix a test and add one for testing override behavior
* add an override=False that went forgotten
* expand docs a bit
* implement transaction_ignore_urls [WIP]
* do less work in aiohttp if we're not tracing a transaction
* construct path to json tests in a platform independent way
* fix merge issues
* address review
0 commit comments