-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(.NET): Screenshots for MAUI #9120
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
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.
Hey there, I know this content is repeated across many SDKs, but I think it would be good to update the wording a bit. Let me know if my changes make sense and I can update it everywhere :)
docs/platforms/dotnet/guides/maui/enriching-events/screenshots/index.mdx
Outdated
Show resolved
Hide resolved
This feature only applies to SDKs with a user interface, such as the ones for mobile and desktop applications. In some environments like native iOS, taking a screenshot requires the UI thread and in the event of a crash, that might not be available. Another example where a screenshot might not be available is when the event happens before the screen starts to load. So inherently, this feature is a best effort solution. | ||
|
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 feature only applies to SDKs with a user interface, such as the ones for mobile and desktop applications. In some environments like native iOS, taking a screenshot requires the UI thread and in the event of a crash, that might not be available. Another example where a screenshot might not be available is when the event happens before the screen starts to load. So inherently, this feature is a best effort solution. | |
This feature is only available for SDKs with a user interface, such as the ones for mobile and desktop applications. In some environments like native iOS, taking a screenshot requires the UI thread and in the event of a crash, that might not be available. Another example where a screenshot might not be available is when the event happens before the screen starts to load. | |
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.
I took the updated first part but I'd like to keep the best effort solution
in there. It has come up from time to time and this helped answer the "but some issues don't have screenshots" issues.
docs/platforms/dotnet/guides/maui/enriching-events/screenshots/index.mdx
Outdated
Show resolved
Hide resolved
|
||
A thumbnail of the screenshot shows up at the top of the **Issue Details** page: | ||
|
||
 |
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.
Would it be possible to make the screenshot a bit higher resolution? This one is a bit fuzzy. Since we've moved to Next.js, all images need to be added to the public folder :) https://docs.sentry.io/contributing/pages/images/
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.
Yes, definitely! I'll update them then.
docs/platforms/dotnet/guides/maui/enriching-events/screenshots/index.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/dotnet/guides/maui/enriching-events/screenshots/index.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Liza Mock <liza.mock@sentry.io>
No description provided.