-
-
Notifications
You must be signed in to change notification settings - Fork 344
feat: touch breadcrumbs info improvements #3899
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 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
bc036a7
cleanup & fix touchevent ignore behaviour
vaind b063a5e
feat: support annotated components in touch evetns
vaind 3ebc41b
feat: deduplicate subsequent events in the touch path
vaind af51f86
chore: add changelog
vaind f7d9a35
Update CHANGELOG.md
vaind 9c5514c
Update CHANGELOG.md
krystofwoldrich 99baa55
review comments
vaind d64fbbb
Merge branch 'main' into feat/touch-compoment-improvements
vaind 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
### Features | ||
|
||
- Improve touch event component info if annotated with [`@sentry/babel-plugin-component-annotate`](https://www.npmjs.com/package/@sentry/babel-plugin-component-annotate) ([#3899](https://github.com/getsentry/sentry-react-native/pull/3899)) | ||
|
||
## 5.24.1 | ||
|
||
### Fixes | ||
|
@@ -642,7 +648,7 @@ This release is compatible with `[email protected]` and newer. | |
}); | ||
``` | ||
|
||
Read more at https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7690 | ||
Read more at <https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7690> | ||
|
||
- Report current screen in `contexts.app.view_names` ([#3339](https://github.com/getsentry/sentry-react-native/pull/3339)) | ||
|
||
|
@@ -1033,6 +1039,7 @@ This has been fixed in [version `5.9.1`](https://github.com/getsentry/sentry-rea | |
## 5.4.0 | ||
|
||
### Features | ||
|
||
- Add TS 4.1 typings ([#2995](https://github.com/getsentry/sentry-react-native/pull/2995)) | ||
- TS 3.8 are present and work automatically with older projects | ||
- Add CPU Info to Device Context ([#2984](https://github.com/getsentry/sentry-react-native/pull/2984)) | ||
|
@@ -2680,7 +2687,7 @@ We are looking into ways making this more stable and plan to re-enable it again | |
|
||
## v0.23.2 | ||
|
||
- Fixed #228 again ¯\\_(ツ)_/¯ | ||
- Fixed #228 again ¯\\*(ツ)*/¯ | ||
vaind marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## v0.23.1 | ||
|
||
|
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.
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.