fix: various fixes to sentry-reported errors and more
This commit is contained in:
@@ -67,8 +67,8 @@ export function createApp(): MarketingApp {
|
||||
appEndpoint: Config.appEndpoint,
|
||||
staticCdnEndpoint: Config.staticCdnEndpoint,
|
||||
marketingEndpoint: Config.marketingEndpoint,
|
||||
apiRpcHost: Config.apiRpcHost,
|
||||
gatewayRpcSecret: Config.gatewayRpcSecret,
|
||||
geoipDbPath: Config.geoipDbPath,
|
||||
trustCfConnectingIp: Config.trustCfConnectingIp,
|
||||
releaseChannel: Config.releaseChannel,
|
||||
buildTimestamp: Config.buildTimestamp,
|
||||
rateLimit: Config.rateLimit,
|
||||
|
||||
@@ -43,8 +43,8 @@ export const Config = {
|
||||
appEndpoint: master.endpoints.app,
|
||||
staticCdnEndpoint: master.endpoints.static_cdn,
|
||||
marketingEndpoint: stripPath(master.endpoints.marketing),
|
||||
apiRpcHost: master.gateway.rpc_endpoint,
|
||||
gatewayRpcSecret: master.gateway.rpc_secret,
|
||||
geoipDbPath: master.geoip.maxmind_db_path,
|
||||
trustCfConnectingIp: master.proxy.trust_cf_connecting_ip,
|
||||
rateLimit: null,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user