-
-
Notifications
You must be signed in to change notification settings - Fork 277
Merge v8 into main #1997
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
Merge v8 into main #1997
Changes from 1 commit
Commits
Show all changes
29 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 0fb55cf
v8 prep: merge main into 8.0.0 branch (#1871)
buenaflor 5481ba1
Merge branch 'main' into release/8.0.0
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
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 5264e78
Update CHANGELOG
buenaflor 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
release: 8.0.0-beta.2
- Loading branch information
commit 90c63b98ccc7615c85cac5cb2f8c1b50ef1e18a2
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Changelog | ||
|
|
||
| ## Unreleased | ||
| ## 8.0.0-beta.2 | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_dio'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_drift'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_file'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The default SDK name reported to Sentry.io in the submitted events. | ||
| const String sdkName = 'sentry.dart.flutter'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_hive'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_isar'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_logging'; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| /// The SDK version reported to Sentry.io in the submitted events. | ||
| const String sdkVersion = '7.16.0'; | ||
| const String sdkVersion = '8.0.0-beta.2'; | ||
|
|
||
| /// The package name reported to Sentry.io in the submitted events. | ||
| const String packageName = 'pub:sentry_sqflite'; |
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.