mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
sentry: Untangle from page_params.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
3db05666ac
commit
f7eecb0e03
@@ -103,7 +103,6 @@ import * as scheduled_messages_ui from "./scheduled_messages_ui";
|
||||
import * as scroll_bar from "./scroll_bar";
|
||||
import * as scroll_util from "./scroll_util";
|
||||
import * as search from "./search";
|
||||
import * as sentry from "./sentry";
|
||||
import * as server_events from "./server_events";
|
||||
import * as settings from "./settings";
|
||||
import * as settings_data from "./settings_data";
|
||||
@@ -414,7 +413,6 @@ export function initialize_everything(state_data) {
|
||||
|
||||
set_current_user(state_data.current_user);
|
||||
set_realm(state_data.realm);
|
||||
sentry.initialize();
|
||||
|
||||
/* To store theme data for spectators, we need to initialize
|
||||
user_settings before setting the theme. Because information
|
||||
|
||||
Reference in New Issue
Block a user