mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Live: disable centrifuge-js debug mode (#39625)
This commit is contained in:
parent
c9ae46a9ad
commit
1d1da09568
@ -59,9 +59,7 @@ export class CentrifugeSrv implements GrafanaLiveSrv {
|
||||
const liveUrl = `${baseURL}${config.appSubUrl}/api/live/ws`;
|
||||
|
||||
this.orgId = contextSrv.user.orgId;
|
||||
this.centrifuge = new Centrifuge(liveUrl, {
|
||||
debug: true,
|
||||
});
|
||||
this.centrifuge = new Centrifuge(liveUrl, {});
|
||||
this.centrifuge.setConnectData({
|
||||
sessionId,
|
||||
orgId: this.orgId,
|
||||
|
Loading…
Reference in New Issue
Block a user