This repository was archived by the owner on Sep 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 247
Add exception tracing to django middleware #885
Merged
lzchen
merged 19 commits into
census-instrumentation:master
from
tonybaloney:django_exception_tracing
Mar 31, 2021
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2937027
Add exception handling to django middleware
tonybaloney 36ac001
Dont end tracer
tonybaloney 55ade4b
Add a test for the exception handler
tonybaloney b1c722c
Use the class name instead of the repr type
tonybaloney b0615f9
Sort imports
tonybaloney 9544260
Merge branch 'master' into django_exception_tracing
tonybaloney 9d36eba
Merge branch 'master' into django_exception_tracing
lzchen 43945b9
correct fieldname to excludelist_paths
tonybaloney 92d1c18
Merge branch 'master' into django_exception_tracing
tonybaloney f20d4a1
remove assertion output
tonybaloney 0a2c78d
Merge branch 'django_exception_tracing' of https://github.com/tonybal…
tonybaloney 7e639f7
Test the stacktrace and make it a string
tonybaloney ceffe69
Make the stacktrace a string instead of a list
tonybaloney f5f6731
Get a traceback by throwing and catching instead of creating.
tonybaloney 4990388
Test Python 2.7 tracebacks as well
tonybaloney 3989c6c
Update CHANGELOG.md
lzchen 81dc7f3
pin version
lzchen f2f5ede
pin version
lzchen 16c3253
lint
lzchen 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
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.