lokesh - Hello Everyone, I recently updated to ...

Hello Everyone, I recently updated to the latest version of Thoughtspot Embed and observed the warnings mentioned in the screenshot related to url-query-params. Any idea of this warnings ?
No description
6 Replies
shikharTS
shikharTS4mo ago
@Aditya do you have an idea around this?
yuichirio_ha
yuichirio_ha4mo ago
Hey @lokesh , can you confirm what you embedding and which exact version you on. Also a simple snippet of the code you wrote. It will be easy to repro on my end directly.
lokesh
lokeshOP3mo ago
Hi @yuichirio_ha, We are on TS version 10.1.0.sw.cu1, rest api sdk version : 2.14.0 and visual-embed-sdk: 1.38.0 Here is the sample code snippet which i used @ViewChild('tsRender') tsRender!: ElementRef; let liveboardEmbed = new LiveboardEmbed(this.tsRender.nativeElement, { liveboardId: this.liveboardId, frameParams: { width: '100%', height: '100%', }, disabledActions: [Action.RequestAccess], disabledActionReason: "Reason for disabling", visibleActions: [Action.DownloadAsPdf], isLiveboardCompactHeaderEnabled: true }); this.liveboardEmbed.on(EmbedEvent.Error, (error) => { console.error('Error rendering liveboard:', error); }).render().then(() => { console.log('Liveboard rendered successfully'); }).catch(error => { console.error('Error rendering liveboard:', error); }); Sorry for the delayed response, please let me know if any additional details are required
yuichirio_ha
yuichirio_ha3mo ago
Hey cool np. I will try to repro and let you know.
yuichirio_ha
yuichirio_ha3mo ago
Hey @lokesh , this log is overall removed from the next version of TS. But will check if that can be disabled for that particular version. Btw you can also use : https://visual-embed-sdk.vercel.app/docs/Enumeration_LogLevel#_trace
LogLevel
Enum options to show or suppress Visual Embed SDK and ThoughtSpot application logs in the console output. This attribute doesn't support suppressing browser warnings or errors.
lokesh
lokeshOP3mo ago
ok, thanks for the update @yuichirio_ha

Did you find this page helpful?