omnibug icon indicating copy to clipboard operation
omnibug copied to clipboard

Load "Rename parameters" value from a HTTP source

Open shermozle opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. Whenever we change custom dimensions and the like, every one of our users and testers need to update their Omnibug settings.

Describe the solution you'd like A setting option that specifies the location of a remote JSON file that does the same as the current "Rename parameters". Refreshes on some regular basis like hourly or each time the Omnibug tab is opened.

PS: Love the extension!

shermozle avatar May 25 '21 01:05 shermozle

Yeah, this is something I've been thinking a lot about this year, especially after digging into #139 a bit. I've been considering having a service that allows for this where I can automatically pull in your variable names via APIs, can share custom names across a team, etc. Let me ponder the thought of having custom external URLs and if there are any security risks/thoughts around it.

MisterPhilip avatar May 25 '21 19:05 MisterPhilip

Yeah I thought about pulling it from APIs but that's a lot more complexity (and endpoints you have to deal with) whereas we could maintain a list pretty easily for our own implementation at least.

On Wed, 26 May 2021 at 05:05, Philip Lawrence @.***> wrote:

Yeah, this is something I've been thinking a lot about this year, especially after digging into #139 https://github.com/MisterPhilip/omnibug/issues/139 a bit. I've been considering having a service that allows for this where I can automatically pull in your variable names via APIs, can share custom names across a team, etc. Let me ponder the thought of having custom external URLs and if there are any security risks/thoughts around it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MisterPhilip/omnibug/issues/145#issuecomment-848186471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIIGVA5DE3GXB4LDM6ANITTPPYHVANCNFSM45OIVOCQ .

-- Simon Rumble @.***> www.simonrumble.com

shermozle avatar May 25 '21 22:05 shermozle