mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
Updated by removing comments. Might work. (#18605)
This commit is contained in:
parent
814821cca2
commit
21679194d8
1 changed files with 3 additions and 8 deletions
|
|
@ -6,21 +6,16 @@
|
|||
></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
const analytics = new oneDS.ApplicationInsights();
|
||||
var config = {
|
||||
const 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.
|
||||
env: 'PROD'
|
||||
},
|
||||
webAnalyticsConfiguration: {
|
||||
// Web Analytics Plugin configuration
|
||||
//urlCollectQuery:true,
|
||||
autoCapture: {
|
||||
scroll: true,
|
||||
pageView: true,
|
||||
|
|
@ -32,6 +27,6 @@
|
|||
}
|
||||
}
|
||||
};
|
||||
//Initialize SDK
|
||||
const analytics = new oneDS.ApplicationInsights();
|
||||
analytics.initialize(config, []);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue