Skip to content
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

0025: Introduce SDK Payload Tester #25

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

tonyo
Copy link
Member

@tonyo tonyo commented Oct 5, 2022

In this RFC the Quality Engineering team introduces SDK Payload Tester (will be referred to as "Payload Tester" in the rest of the document) -- a new testing service to ensure better validation and integration testing of payloads produced by Sentry SDKs.

Rendered RFC

@tonyo tonyo changed the title Rfc/qe sdk payload tester 0025: Introducing SDK Payload Tester Oct 5, 2022
@tonyo tonyo changed the title 0025: Introducing SDK Payload Tester 0025: Introduce SDK Payload Tester Oct 5, 2022
@tonyo tonyo marked this pull request as ready for review October 5, 2022 16:41
Add basic architecture diagram
@tonyo tonyo requested a review from jan-auer October 7, 2022 19:11
@tonyo tonyo requested a review from HazAT October 20, 2022 10:06
@HazAT
Copy link
Member

HazAT commented Oct 24, 2022

So far, it makes sense to me, a few points to consider.

Requirement:

  • Ideally, this runs before every release of an SDK and acts as some kind of "Percy" for HTTP payloads. Meaning before a release goes out, a dev needs to approve changes seen in the payload and confirm that the changes seen are expected.

Additional Features:

  • A "Forward to Sentry button" is there where you can enter your DSN and this payload is forwarded to it so you can take a look in Sentry
  • I want to be able to compare different versions of the same SDK to see what changed from one Major version to the other.
  • A "SDK completion" Endpoint -> A new SDK can send a payload there and you get a checkmark that all important features are supported (or a Matrix). Think of it as a verifier for anyone who implements a Sentry-compatible SDK.

@HazAT HazAT removed request for HazAT and jan-auer May 1, 2023 17:06
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.

None yet

3 participants