mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
33 lines
1 KiB
HTML
33 lines
1 KiB
HTML
<meta property="og:image" content="/images/logos/onnxruntime/ORT_icon_for_light_bg.png" />
|
|
|
|
<script type="text/javascript"
|
|
src="https://js.monitor.azure.com/scripts/c/ms.analytics-web-3.min.js">
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
const analytics = new oneDS.ApplicationInsights();
|
|
var config = {
|
|
instrumentationKey: "360b0e675e0044398fd28c8bdf711b8e-1fe5434d-ee99-4837-99cc-a3a16462d82d-7262",
|
|
channelConfiguration:{ // Post channel configuration
|
|
eventsLimitInMem: 50
|
|
},
|
|
propertyConfiguration: { // Properties Plugin configuration
|
|
env:"PROD" // Environment can be set to PPE or PROD as needed.
|
|
},
|
|
webAnalyticsConfiguration:{ // Web Analytics Plugin configuration
|
|
//urlCollectQuery:true,
|
|
autoCapture: {
|
|
scroll: true,
|
|
pageView: true,
|
|
onLoad: true,
|
|
onUnload: true,
|
|
click: true,
|
|
resize: true,
|
|
jsError: true
|
|
}
|
|
}
|
|
};
|
|
//Initialize SDK
|
|
analytics.initialize(config, []);
|
|
</script>
|
|
|