-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Android exception aggregate #1999
Draft
ueman
wants to merge
45
commits into
getsentry:main
Choose a base branch
from
ueman:android-aggregate
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
1bb772c
Mark exceptions not handled by user as `handled: false` (#1535)
denrase 3d1d35b
Refrain from overwriting the span status for unfinished spans (#1577)
denrase 380c28a
Merge branch 'main' into release/8.0.0
denrase 852a85e
update changelog
denrase c59de47
Do not leak extensions of external classes (#1576)
denrase 052a368
Make `hint` non-nullable in `BeforeSendCallback`, `BeforeBreadcrumbCa…
denrase a37a793
Load Device Contexts from Sentry Java (#1616)
denrase 9b28718
Set ip_address to {{auto}} by default, even if sendDefaultPII is disa…
denrase d99a1e4
chore: merge main into v8 branch (#1841)
buenaflor fab52eb
chore(v8): update to min ios version 12 (#1821)
buenaflor 69e55ce
Exception aggregate
ueman 8b62c19
changelog
ueman c050ff7
Update CHANGELOG.md
ueman 0fb55cf
v8 prep: merge main into 8.0.0 branch (#1871)
buenaflor 5481ba1
Merge branch 'main' into release/8.0.0
buenaflor 9c32a6b
fix json keys in test
ueman 369260a
Merge branch 'release/8.0.0' into exception-aggregates
buenaflor 90c63b9
release: 8.0.0-beta.2
getsentry-bot 89c8e41
Update CHANGELOG
buenaflor 8166d0c
Merge branch 'release/8.0.0-beta.2' into release/8.0.0
262d775
Merge branch 'release/8.0.0' into exception-aggregates
buenaflor fafbc8a
Update dart/lib/src/protocol/mechanism.dart
ueman b7fef82
wip
ueman 6075021
Testflight (#1938)
denrase 94ff648
Merge branch 'main' into release/8.0.0
buenaflor 5539fed
Merge branch 'main' into release/8.0.0
buenaflor 07d34a8
Fix test compilation
buenaflor 4a762db
Update CHANGELOG.md
buenaflor e74ea75
Update CHANGELOG.md
buenaflor 06368d6
Update CHANGELOG.md
buenaflor 086d66e
Fix analyze issues
buenaflor 621807f
Apply formatter
buenaflor 3af8df8
Update versions to 8.0.0 (#1996)
buenaflor 645aefa
Fix compilation
buenaflor 9acd049
Exception aggregate mechanism (#1866)
ueman 5d2ff07
Update CHANGELOG.md
buenaflor 7689b33
Merge branch 'release/8.0.0' into android-aggregate
ueman 0864a24
Update CHANGELOG.md
ueman ba67851
Merge branch 'main' into android-aggregate
ueman 77700a3
Merge branch 'main' into android-aggregate
ueman c063781
Update CHANGELOG.md
ueman 8d52dee
Update CHANGELOG.md
ueman 170b0f1
Update flutter/lib/src/event_processor/android_platform_exception_eve…
ueman c490946
please danger
ueman 610d006
Update CHANGELOG.md
ueman 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use mapIndexed