-
Notifications
You must be signed in to change notification settings - Fork 544
feat(transactions): Transaction Source #1490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e51cbe9
Added transaction source to flask
antonpirker 9cfe349
Added transaction info to scope (and events)
antonpirker 3ac05b4
Deprecated old transaction setter
antonpirker 13f8075
Fixed linting
antonpirker b7be7bf
Added tests for transaction name and source in Flask.
antonpirker 7185bfd
Renamed function for clarity
antonpirker 1fa42c1
Set transaction source in ASGI.
antonpirker cc3a32b
Added tests for transaction name and source in ASGI
antonpirker 5cf698d
Added transaction source to bottle
antonpirker 3b94875
Improved tests for transaction info for bottle
antonpirker 0fcf26e
Refactored tests for transaction info in Flask.
antonpirker c55b991
Refactored tests for transaction info for ASGI.
antonpirker d4792fd
Cleanup Flask
antonpirker eac2e8b
Cleanup ASGI
antonpirker 5232d8a
Set transaction source in Django
antonpirker a8718b7
Added tests for transaction name and source in Django
antonpirker fbe1bd2
Added source to Transaction class
antonpirker 66c5cff
Added transaction source to Celery
antonpirker 1db75ac
Quick refactoring
antonpirker fbdf132
Added transaction source to Falcon.
antonpirker e1e2097
Added tests for transaction source to Falcon
antonpirker 9f4b9b6
Added transaction source to Pyramid
antonpirker 1125f3e
Added tests for transaction source to Pyramid.
antonpirker ff26d8e
Added transaction source to quart.
antonpirker a8251cc
Added tests for transaction source to Quart
antonpirker 177fc76
Added transaction source and tests for Sanic
antonpirker 4a95775
Added transaction source and tests for Tornado.,
antonpirker 57f9c97
Added transaction source and tests for AIOHTTP
antonpirker b2165cc
Added transaction source and tests for Chalice
antonpirker 1e0009b
Added transaction source and tests for GCP
antonpirker ddf0fe6
Added transaction source and tests for AWS lambda
antonpirker fa6ec70
Improved typing
antonpirker 31b880c
Typing fixes
antonpirker b35dd7b
Fixed Python 2.7 error
antonpirker 1b5d433
Added tests for transaction source for Celery
antonpirker 33de8b8
Moved source lookup to central location to make code more dry
antonpirker 510b8cb
Refactored setting of transaction name and source
antonpirker bb32ee7
Merge branch 'master' into antonpirker/1489-transaction-source
antonpirker e75666e
Small fixes
antonpirker 6c937ad
Moved constants to tracing.py
antonpirker 3fbd623
Moved new parameter to end of parameter list for backwards compatibility
antonpirker 37c2745
Changed default to be 'route' so relay does not drop it
antonpirker 4fae0c7
Removed return for in-place edited object.
antonpirker f3ba630
Performance optimisation :-)
antonpirker fac8652
Fixed types
antonpirker 0458488
Merge branch 'master' into antonpirker/1489-transaction-source
antonpirker f919d9d
Marked async fixture (because we set strict asyncio_mode in pytest.ini
antonpirker 8033dc0
Merge branch 'antonpirker/1489-transaction-source' of github.com:gets…
antonpirker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.