-
-
Notifications
You must be signed in to change notification settings - Fork 239
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: sentry web api #2489
base: feat/js-sdk-integration
Are you sure you want to change the base?
feat: sentry web api #2489
Conversation
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.202.0 to 1.203.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@a2bbe5b...2a18b06) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giancarlo Buenaflor <[email protected]>
…ive widget is not masked (#2375) * feat: fail screenshot/replay creation when a potentially sensitive widget is not masked * fix tests for web * improve text * warn instead of throwin an exception * chore: changelog * test: add debug/profile/release mode tests * test assertion
* update * update * update * run integration tests in ios again * update test * fix * Update flutter_test.yml * set runner to ubuntu for android integration test * update test doc * uncomment other tests * update * remove avd name * update avd name * Update flutter_test.yml * Update flutter_test.yml * Update .github/workflows/flutter_test.yml * move expect after restoring flutter onError * creation step without -no-snapshot-save * update emulator options * change cache key * ignore deprecate * update emulator * remove emulator caching --------- Co-authored-by: Ivan Dlugos <[email protected]>
Co-authored-by: GitHub <[email protected]>
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/js-sdk-integration #2489 +/- ##
============================================================
+ Coverage 70.98% 85.90% +14.92%
============================================================
Files 17 268 +251
Lines 579 9522 +8943
============================================================
+ Hits 411 8180 +7769
- Misses 168 1342 +1174 ☔ View full report in Codecov by Sentry. |
Co-authored-by: GitHub <[email protected]>
* deprecate * update * revert test skip
🚨 Detected changes in high risk code 🚨High-risk code has higher potential to break the SDK and may be hard to test. To prevent severe bugs, apply the rollout process for releasing such changes and be extra careful when changing and reviewing these files:
|
Description
Allows type safe API access to underlying JS SDK
In this PR only
init
is implemented💡 Motivation and Context
PR #2 of JS SDK Integration
💚 How did you test it?
Unit test, Integration Test, Manual Test
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps
Sending envelope
#skip-changelog