GameAnalytics / GA-SDK-JAVASCRIPT

Official repository for GameAnalytics JavaScript SDK
MIT License
19 stars 6 forks source link

Ability to customize the root URL for Discord Activities. #401

Open mikecann opened 1 month ago

mikecann commented 1 month ago

Discord Activities are opening up to everyone. One of their requirements however is that ALL outbound fetches (except for a few exceptions) must go via their proxy. See: https://discord.com/developers/docs/activities/development-guides#activity-proxy-considerations

This is a problem for Game Analytics as it appears there is no way to change the url from https://api.gameanalytics.com to anything else.

Would it be possible to change this to allow user-configurable root url?