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

separate the data from the app, for generalized data. #62

Open
thinkocapo opened this issue Jun 16, 2020 · 0 comments
Open

separate the data from the app, for generalized data. #62

thinkocapo opened this issue Jun 16, 2020 · 0 comments

Comments

@thinkocapo
Copy link
Owner

thinkocapo commented Jun 16, 2020

Basically, it would be nice to be able to pass any kind of data into this (i.e. not just Sentry event data). Right now, event-to-sentry.go assumes it's nothing bunch a sentry event object.

Would be cool if you could define this through Structs & Interfaces in a separate file, this way it would be more generalized. Then monetize it. How? No idea. Run this all in the Cloud (SaaS) and make it easy to replay your own traffic and customize the traffic (update the data), let users publish their own data sets to it. Or that could be overkill.

compare/contrast feature sets to:
https://www.soapui.org/http-recording/http-recording/
https://mockmotor.com/blog/record-and-mock-http-traffic/
https://www.telerik.com/fiddler/web-traffic-recording
https://www.http4k.org/cookbook/record_and_replay/
https://github.com/Netflix/pollyjs
https://learning.postman.com/docs/postman/sending-api-requests/capturing-http-requests/

I def saw some solutions that allow you to store offline the traffic and replay, but did not allow you to modify that data as you replay it. There's probably a way to hack it together with whatever existing ($) solution are out there, but at that rate you could just build your own solution (Undertaker) instead?

@thinkocapo thinkocapo changed the title separate data from app separate the data from the app, for generalized data. Jun 16, 2020
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

No branches or pull requests

1 participant