-
Notifications
You must be signed in to change notification settings - Fork 549
ref: Event Type #2753
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
ref: Event Type #2753
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
1e5db1a
Event type WIP
szokeasaurusrex 01d74ce
Merge branch 'master' into szokeasaurusrex/event-type
szokeasaurusrex 8f06af8
Sort Event TypedDict keys
szokeasaurusrex 524312a
Add some more keys, switch to class syntax
szokeasaurusrex 3a9485f
Add `errors` key
szokeasaurusrex 432fa27
Move `event_types` code to `_types`
szokeasaurusrex 5d0ecf3
Add `request` key
szokeasaurusrex cda5591
Add breadcrumbs and user keys
szokeasaurusrex 899b6d5
Fix `iter_event_frames` and `iter_event_stacktraces` typing
szokeasaurusrex 3ec19ff
Added `exception`, `stacktrace`, `threads` types
szokeasaurusrex 7b42284
Add required items to Event when generated
szokeasaurusrex 411e9e7
Put required items first
szokeasaurusrex 1ba2e93
more keys
szokeasaurusrex b772d54
measurements and _metrics_summary keys
szokeasaurusrex 62d3c18
all event keys not required
szokeasaurusrex 3bbc809
Revert "Add required items to Event when generated"
szokeasaurusrex adbf110
Fix capture_message typing
szokeasaurusrex aade728
Fix scope.py errors
szokeasaurusrex b9d6900
Fix tracing.py errors
szokeasaurusrex 4626adc
Fix typing in client.py
szokeasaurusrex ce6a977
Fix `set_level` type
szokeasaurusrex 9baa93a
Fix typing in logging integration
szokeasaurusrex cbb28d6
Fix checkin typing
szokeasaurusrex 88be616
Use alternative `TypedDict` syntax
szokeasaurusrex 8bda2f1
Remove future import
szokeasaurusrex 1cc4497
Fix type errors
szokeasaurusrex 0abf4d1
Fix wsgi typing
szokeasaurusrex e3783da
Fix modules integration typing
szokeasaurusrex 64b3f78
Use `Any` type for expandable keys
szokeasaurusrex 712dd46
GNU backtrace type fix
szokeasaurusrex 03a54cf
fix types spark_worker
szokeasaurusrex cc20306
Fix _wsgi_common typing
szokeasaurusrex 7eb0c15
Fix tornado typing
szokeasaurusrex 6948eb3
Fix rq typing
szokeasaurusrex 56c71e4
Fix aiohttp typing
szokeasaurusrex a93a5d2
fix pyramid typing
szokeasaurusrex 9e2b5e2
fix types flask integration
szokeasaurusrex c6267fe
fix falcon integration typing
szokeasaurusrex 91c99af
fix typing bottle
szokeasaurusrex aa93c5b
fix starlette typing
szokeasaurusrex bea4112
fix quart typing
szokeasaurusrex 92f8c13
fix ariadne typing
szokeasaurusrex f585a70
fix django typing
szokeasaurusrex e979b8a
fix fastapi typing
szokeasaurusrex ab07457
fix graphene typing
szokeasaurusrex 797e010
fix strawberry typing
szokeasaurusrex cc1341c
fix gql typing
szokeasaurusrex 301bbf6
Handle span_processor type error
szokeasaurusrex 06552aa
fix tornado typing
szokeasaurusrex 03b423b
refactor strawberry.py so mypy understands it is type safe
szokeasaurusrex 3174215
`rq.py` refactor for mypy to see type safety
szokeasaurusrex 756f488
fix mypy in starlite.py
szokeasaurusrex cfd1b6f
Fix import that broke all tests
szokeasaurusrex e1fbd75
Fix 2.7
szokeasaurusrex 1fffb30
Don't use LogLevelStr in code
szokeasaurusrex 2a6d909
Don't use Literal and cast in code
szokeasaurusrex 21a0250
Attempt to remove circular import
szokeasaurusrex 52357ec
2nd attempt fix circular import
szokeasaurusrex ebed669
Fix circular import
szokeasaurusrex dc01e58
Merge branch 'master' into szokeasaurusrex/event-type
szokeasaurusrex 19b20d1
Merge branch 'master' into szokeasaurusrex/event-type
szokeasaurusrex 25a1a46
Check if profile is Profile
szokeasaurusrex e8f688a
Allow "critical" event level
szokeasaurusrex 9bb882f
Merge branch 'master' into szokeasaurusrex/event-type
szokeasaurusrex 01f5239
"start_timestamp" type
szokeasaurusrex 5612f13
fix `contexts` typing
szokeasaurusrex 6caa037
Remove unnecessary `capture_internal_exceptions`
szokeasaurusrex 8e4b828
fix mypy
szokeasaurusrex f24557c
Merge branch 'master' into szokeasaurusrex/event-type
antonpirker c513394
Merge branch 'master' into szokeasaurusrex/event-type
szokeasaurusrex 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
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.