(cherry picked from commit 1d1da09568)
Co-authored-by: Alexander Emelin <frvzmb@gmail.com>
This commit is contained in:
co-authored by
Alexander Emelin
parent
fee11227da
commit
e7ca31214b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user