mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Notebook Telemetry initial changes (#13929)
* initial changes * add ads-telemetry to nb extension * add aiKey to notebook extension * add run cell telemetry in cellmodel * add NbTelemetryAction * remove source * remove telemtery for run notebook for now * fix optional variable call * addr comments * changing the dependency package * revert * removed webpack config for telemetry compat * add opentelemetry to externals Co-authored-by: Benjin Dubishar <benjin.dubishar@gmail.com>
This commit is contained in:
@@ -13,7 +13,9 @@ const path = require('path');
|
||||
|
||||
const externals = {
|
||||
'node-fetch': 'commonjs node-fetch',
|
||||
'adm-zip': 'commonjs adm-zip'
|
||||
'adm-zip': 'commonjs adm-zip',
|
||||
'applicationinsights-native-metrics': 'commonjs applicationinsights-native-metrics',
|
||||
'@opentelemetry/tracing': 'commonjs @opentelemetry/tracing'
|
||||
};
|
||||
|
||||
// conditionally add ws if we are going to be running in a node environment
|
||||
|
||||
Reference in New Issue
Block a user