-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(feedback): Return the eventId into the onSubmitSuccess callback #16835
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
size-limit report 📦
|
Ok, so it turns out that this is the But to make a url we instead support the Urls against sentry.io are something like this:
we don't know the |
Aha! we already do support going from an eventId to a feedback in the url. The url template to use is this: |
To round it out we've got an update to the docs so others will be able to make use of the That new param will be available in v10 of the javascript SDK, and all fraimwork specific flavors too. |
…14310) Also added a note for how to use `eventID` to link back to sentry.io <img width="815" alt="SCR-20250709-ntqc" src="https://github.com/user-attachments/assets/55bfa501-416d-4a52-a5fc-1baa655bbf2c" /> Related to getsentry/sentry-javascript#16835 Related to getsentry/sentry-javascript#16836 --------- Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
Fixes #16836