-
-
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
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/js-sdk-integration #2489 +/- ##
============================================================
+ Coverage 70.98% 86.57% +15.59%
============================================================
Files 17 267 +250
Lines 579 9426 +8847
============================================================
+ Hits 411 8161 +7750
- Misses 168 1265 +1097 ☔ View full report in Codecov by Sentry. |
🚨 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