-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
feat(js-sdk): support release health #2546
Closed
buenaflor
wants to merge
58
commits into
feat/js-sdk-integration
from
feat/js-support-health-sessions
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
d4e3de8
update
buenaflor 2893b30
update
buenaflor d7e1b8e
update test
buenaflor 6ed7147
update
buenaflor 1a5c34a
update
buenaflor 5ab1502
update
buenaflor acb247e
update
buenaflor 0f75cdb
update doc
buenaflor d485d8a
update
buenaflor cc49e7d
update
buenaflor b1bfe7a
update
buenaflor cf80fe5
update test
buenaflor de637d7
update
buenaflor 8afce00
update tests
buenaflor 42e2c2a
use tryCatchSync
buenaflor 7ef97ee
formatting
buenaflor e4931b1
fix sentry_flutter_test
buenaflor d51b5d0
Merge branch 'feat/js-sdk-integration' into feat/js-sentry-api
buenaflor 92c8072
fix analyze
buenaflor 8a54e09
update test
buenaflor 096f55d
fix tests
buenaflor 460ffd4
Merge branch 'feat/js-sdk-integration' into feat/js-sentry-api
buenaflor 78d0785
update test
buenaflor 43564dc
Merge branch 'feat/js-sdk-integration' into feat/js-sentry-api
buenaflor 0c884d9
update test
buenaflor 800e032
update scripts
buenaflor fe035aa
ignore sentry_web in coverage
buenaflor ea4a155
update test
buenaflor 0da8b2e
temporary
buenaflor a51c318
update
buenaflor cf41126
test
buenaflor 6caf42b
update tests
buenaflor 0359596
update test with mocks
buenaflor fc5cc2a
fix analyze
buenaflor 8d2efd6
update
buenaflor 005b352
update names
buenaflor efbe0fd
fix test
buenaflor 866d884
update
buenaflor bff8518
update integration
buenaflor 4da1805
update comment
buenaflor f93cffd
update flutter enricher
buenaflor 7f8f4e7
update test
buenaflor 30fdb89
update
buenaflor 8f6cda3
update flag name
buenaflor 90e203c
update
buenaflor 0b24e26
update binding creation condition
buenaflor 893fd2f
update
buenaflor b3ab858
update integration test
buenaflor 67eed39
fix tests
buenaflor 8815b03
Merge branch 'feat/js-sdk-integration' into feat/js-sentry-api
buenaflor d5427e3
add support for sending
buenaflor e6245f9
update
buenaflor dc36513
fix attachments
buenaflor 49f34cb
update, move LoadReleaseIntegration to before native sdk init
buenaflor 0cd4407
update
buenaflor 3d35dc1
add comment
buenaflor b5b702e
set js transport in web integration
buenaflor a60012f
remove native folder
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
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
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
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
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
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
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 was deleted.
Oops, something went wrong.
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.
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.
Is this change needed to be part of the web support? it could have side effects of itself worth tracking as a separate change probably done before the big web support.
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.
this is temporary for testing, on web with the js sdk integration this seems to run into a recursion so I've disabled it for now I will revert it back after I fixed the issue