A nice to have feature would be the option to configure a dsn proxy. This helps debugging the SDKs since not all data sent by them goes to Spotlight.
I have made something similar outside of spotlight and it works great on debugging the SDK! but having it bundled on spotlight would be handier though .
Usage.
-
developer uses the following dsn: http://4079af8b316240ea9453eb0a23b715cc@192.168.1.1:8080/5522756', whereas 8080 is the port from spotlight
-
developer sets a redirect dsn on spotlight (a single dsn to make things easier for now).
-
spotlight shows a list of requests to sentry.io and the status code for it. You are able to see the body request and also the http headers.
-
spotlight returns the response to the SDK.
A nice to have feature would be the option to configure a dsn proxy. This helps debugging the SDKs since not all data sent by them goes to Spotlight.
I have made something similar outside of spotlight and it works great on debugging the SDK! but having it bundled on spotlight would be handier though .
Usage.
developer uses the following dsn:
http://4079af8b316240ea9453eb0a23b715cc@192.168.1.1:8080/5522756',whereas 8080 is the port from spotlightdeveloper sets a redirect dsn on spotlight (a single dsn to make things easier for now).
spotlight shows a list of requests to sentry.io and the status code for it. You are able to see the body request and also the http headers.
spotlight returns the response to the SDK.