Allow Entire Config to be a URL #505
danpastori
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
When initializing Amplitude, we have a huge config. With more audio files, it grows and grows. This can be un-sustainable when managing it within the context of a method parameter.
👥 Problem evidence & reach
Every user who manages a large config file
🥰 Describe the "impact" on users?
Users will be able to define their config from a URL which could lead to:
🏆 How to solve this problem
Allow the user to pass a URL that contains a config file as
.json
. This is the settings used to initialize AmplitudeJS.💯 How do we validate the problem is solved?
Users can easily maintain AmplitudeJS configs through a separate file.
Beta Was this translation helpful? Give feedback.
All reactions