-
-
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
Add sentry_link for GraphQL #2338
base: main
Are you sure you want to change the base?
Conversation
thx!! I wonder how we are going to port the existing changelog since we symlink the main changelog in our packages and I don't necessarily want to remove the existing graphql changelog |
Yeah, I've wondered the same. Maybe keep it as E.g. add the following to the new changelog:
or something like that. |
thx, will get to this PR once the next sentry flutter release is out |
@buenaflor Are there any updates? |
/// Extension for [SentryOptions] | ||
extension InAppExclueds on SentryOptions { | ||
/// Sets this library as not in-app frames, to improve stack trace | ||
/// presentation in Sentry. | ||
void addSentryLinkInAppExcludes() { | ||
addInAppExclude('sentry_link'); | ||
} | ||
} |
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 could be added to the default ones in the sentry
package instead. However, I would prefer that to be done in a follow-up PR, to keep this PR essentially just as the take-over.
📜 Description
Resolves #1126
💡 Motivation and Context
Context: #1126 (comment)
💚 How did you test it?
It's already used widely in production without any reported issues
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps
sentry_link
to justlink
orgraphql
?Open questions
What to do with the changelog? All other packages reuse the same oneI'm happy to discuss this via Discord, Twitter, E-Mail, or whatever :D