-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Feature: Add apiTarget
and data
fields for GraphQL support
#1517
Feature: Add apiTarget
and data
fields for GraphQL support
#1517
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1517 +/- ##
==========================================
- Coverage 90.28% 90.25% -0.03%
==========================================
Files 181 181
Lines 5764 5779 +15
==========================================
+ Hits 5204 5216 +12
- Misses 560 563 +3
☔ View full report in Codecov by Sentry. |
Thanks @ueman Lint:
|
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.
LGTM
📜 Description
Adds two new fields. This is basically a copy of getsentry/sentry-java#2775, but for Dart. I plan to use it for https://pub.dev/packages/sentry_link after this gets merged.
💡 Motivation and Context
Better GraphQL support.
💚 How did you test it?
Tests
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps