-
-
Notifications
You must be signed in to change notification settings - Fork 36
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: Add support of client report #552
Conversation
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
…pacitor into feat/client-report
version: SDK_VERSION, | ||
}, | ||
]); | ||
/* TODO: Fix SDKInfo |
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.
L: From what I see this is unrelated to the PR, looks like only the indentation changed.
What needs to be fixed with SDKInfo?
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.
Yeah only the indentation changed.
I made a PR only for SDKInfo separately just to avoid fixing everything on a single PR.
It's basically missing the default export from the SDK on the integration.
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.
Looks good, the same impl as RN,
I have noticed one small typo, otherwise, it's good to go! 🚀
This PR implements the support of Client Report to Sentry Capacitor
#skip-changelog