You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
thinkocapo
changed the title
separate data from app
separate the data from the app, for generalized data.
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?
The text was updated successfully, but these errors were encountered: