Jithesh Menon
Jithesh Menon
Hi @cijothomas , In my query I have explained what I am trying to do with code sample and the query I used to see the results in app insights....
Thank you! So, how could we ensure the Dependency is not considered for sampling while it is present in application insights logs. Could you please advise?
> // Alternately, the following configures adaptive sampling with 5 items per second, and also excludes // DependencyTelemetry from being subject to sampling. builder.UseAdaptiveSampling(maxTelemetryItemsPerSecond:5, excludedTypes: "Dependency"); This code will ensure...
Hi @JustRandomName, You may try this. ``` var element = document.getElementById('root'); html2pdf().from(element).set({ margin: [1, 0, 0, 0], filename: 'samplepdf.pdf', pageBreak: { mode: 'css', before:'#nextpage1'}, jsPDF: {orientation: 'landscape', unit: 'in', format:...