mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
SentryInit is sync now, and remove warning comments
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
e815461cb4
commit
8af3f2cd5b
@ -87,11 +87,7 @@ export async function bootstrap(App: AppComponent) {
|
|||||||
|
|
||||||
UserStore.createInstance();
|
UserStore.createInstance();
|
||||||
|
|
||||||
/**
|
SentryInit();
|
||||||
* There is no point setting up sentry before UserStore is initialized as
|
|
||||||
* `allowErrorReporting` will always be falsy.
|
|
||||||
*/
|
|
||||||
await SentryInit();
|
|
||||||
|
|
||||||
await ClusterStore.createInstance().loadInitialOnRenderer();
|
await ClusterStore.createInstance().loadInitialOnRenderer();
|
||||||
HotbarStore.createInstance();
|
HotbarStore.createInstance();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user