mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add telemetry for deployment type being selected (#14410)
* Add telemetry for deployment type being selected * Fix build
This commit is contained in:
@@ -9,9 +9,15 @@
|
||||
|
||||
const withDefaults = require('../shared.webpack.config');
|
||||
|
||||
const externals = {
|
||||
'applicationinsights-native-metrics': 'commonjs applicationinsights-native-metrics',
|
||||
'@opentelemetry/tracing': 'commonjs @opentelemetry/tracing'
|
||||
};
|
||||
|
||||
module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
entry: {
|
||||
main: './src/main.ts'
|
||||
}
|
||||
},
|
||||
externals: externals
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user