Skip to content

Add PostFeedback API for user feedback submission#8

Open
bobbyg603 wants to merge 2 commits intomainfrom
feature/user-feedback
Open

Add PostFeedback API for user feedback submission#8
bobbyg603 wants to merge 2 commits intomainfrom
feature/user-feedback

Conversation

@bobbyg603
Copy link
Member

Summary

  • Adds PostFeedback method to BugSplatClient that creates feedback.json, zips it, and uploads via presigned URL flow with crashTypeId=36
  • Refactors PostDumpFile to accept crashTypeId parameter via PostDumpFileWithCrashType
  • Adds postFeedback convenience methods to BugSplat class

Test plan

  • Call postFeedback("Test feedback title", "Test description") with test database/app/version
  • Verify the report appears in BugSplat dashboard with crash type "User.Feedback"
  • Verify feedback.json is accessible in the crash details

🤖 Generated with Claude Code

bobbyg603 and others added 2 commits March 10, 2026 17:25
Adds PostFeedback method to BugSplatClient that creates feedback.json with
title and description, zips it, and uses the existing 3-step presigned URL
upload flow with crashTypeId=36 (User.Feedback). Refactors PostDumpFile to
accept crashTypeId parameter via PostDumpFileWithCrashType.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds List<File> attachments parameter to PostFeedback. Files are
included in the zip alongside feedback.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant