fix: various fixes to things + simply app proxy sentry setup
This commit is contained in:
@@ -308,10 +308,6 @@ export function buildAPIConfigFromMaster(master: MasterConfig): APIConfig {
|
||||
|
||||
appPublic: {
|
||||
sentryDsn: master.app_public.sentry_dsn,
|
||||
sentryProxyPath: master.app_public.sentry_proxy_path,
|
||||
sentryReportHost: master.app_public.sentry_report_host,
|
||||
sentryProjectId: master.app_public.sentry_project_id,
|
||||
sentryPublicKey: master.app_public.sentry_public_key,
|
||||
},
|
||||
|
||||
auth: {
|
||||
|
||||
@@ -96,10 +96,6 @@ export interface APIConfig {
|
||||
|
||||
appPublic: {
|
||||
sentryDsn: string;
|
||||
sentryProxyPath: string;
|
||||
sentryReportHost: string;
|
||||
sentryProjectId: string;
|
||||
sentryPublicKey: string;
|
||||
};
|
||||
|
||||
email: {
|
||||
|
||||
@@ -95,10 +95,6 @@ export function InstanceController(app: Hono<HonoEnv>) {
|
||||
},
|
||||
app_public: {
|
||||
sentry_dsn: Config.appPublic.sentryDsn,
|
||||
sentry_proxy_path: Config.appPublic.sentryProxyPath,
|
||||
sentry_report_host: Config.appPublic.sentryReportHost,
|
||||
sentry_project_id: Config.appPublic.sentryProjectId,
|
||||
sentry_public_key: Config.appPublic.sentryPublicKey,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user