-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 crash report API instructions for pure backend platforms on UF sidebar #65728
Closed
46 tasks done
Tracked by
#62792
Comments
This was referenced Feb 23, 2024
michellewzhang
added a commit
that referenced
this issue
Feb 24, 2024
- add java onboarding instructions for user feedback (these are the crash report API instructions shown here: https://docs.sentry.io/platforms/java/user-feedback/ -- the rest of the platforms to come - moved the`crashReportCallout` component into a new file, since it was in a replay utils file before - refactor some utils files into their own folders - `useLoadFeedbackOnboardingDoc` is a copy of the replay hook but it allows all platforms to be loaded in - relates to #65728 <img width="472" alt="SCR-20240223-lsof" src="https://github.com/getsentry/sentry/assets/56095982/d81f32fe-7959-4b78-ab65-e0d549f5e383">
michellewzhang
added a commit
that referenced
this issue
Feb 26, 2024
MichaelSun48
pushed a commit
that referenced
this issue
Feb 26, 2024
michellewzhang
added a commit
that referenced
this issue
Feb 26, 2024
michellewzhang
added a commit
that referenced
this issue
Feb 27, 2024
relates to #65728 ionic is the same setup as capacitor: <img width="458" alt="SCR-20240227-kmtq" src="https://github.com/getsentry/sentry/assets/56095982/79746491-3c32-41d8-8865-230a7e748924"> unity: <img width="454" alt="SCR-20240227-kwjm" src="https://github.com/getsentry/sentry/assets/56095982/1f50d24e-4162-4541-a3d1-3a272e3ec60e">
This was referenced Feb 27, 2024
michellewzhang
added a commit
that referenced
this issue
Feb 29, 2024
michellewzhang
added a commit
that referenced
this issue
Feb 29, 2024
Closes #65728 !!! - Adds this blue banner for SDK-unsupported platforms - Links to https://docs.sentry.io/api/projects/submit-user-feedback/, our web API docs <img width="450" alt="SCR-20240228-oxcx" src="https://github.com/getsentry/sentry/assets/56095982/0a7b87b1-0d5e-4286-bb2d-2ef23aa0f2e7">
michellewzhang
added a commit
that referenced
this issue
Mar 1, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The goal is to show the widget for any web based framework. Similar to the replay onboarding. With a note/callout to the crash reporter linking to the docs.
For SDKs that have an API to capture feedback, we'll fallback to the code instructions, with a callout to the crash report modal if applicable. If not code/API in the SDK, we can show the Web API.
Backend / mobile / desktop platforms todo:
ANDROID
APPLE
JAVA
DART
.NET
IONIC
KOTLIN
MINIDUMP
NATIVE
NODE
PYTHON
RUBY
REACT NATIVE
UNREAL ENGINE
UNITY
SDKs without an API to capture feedback
Default to showing the Web API.
The text was updated successfully, but these errors were encountered: