@opentelemetry/auto-instrumentations-web 0.47.0 → 0.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,3 @@
1
- export { getWebAutoInstrumentations, InstrumentationConfigMap } from './utils';
1
+ export { getWebAutoInstrumentations } from './utils';
2
+ export type { InstrumentationConfigMap } from './utils';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,0BAA0B,EAA4B,MAAM,SAAS,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { getWebAutoInstrumentations, InstrumentationConfigMap } from './utils';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport { getWebAutoInstrumentations } from './utils';\nexport type { InstrumentationConfigMap } from './utils';\n"]}
@@ -1,2 +1,3 @@
1
- export { getWebAutoInstrumentations, InstrumentationConfigMap } from './utils';
1
+ export { getWebAutoInstrumentations } from './utils';
2
+ export type { InstrumentationConfigMap } from './utils';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,0BAA0B,EAA4B,MAAM,SAAS,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { getWebAutoInstrumentations, InstrumentationConfigMap } from './utils';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport { getWebAutoInstrumentations } from './utils';\nexport type { InstrumentationConfigMap } from './utils';\n"]}
@@ -1,2 +1,3 @@
1
- export { getWebAutoInstrumentations, InstrumentationConfigMap } from './utils';
1
+ export { getWebAutoInstrumentations } from './utils';
2
+ export type { InstrumentationConfigMap } from './utils';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,6 @@
1
1
  "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getWebAutoInstrumentations = void 0;
2
4
  /*
3
5
  * Copyright The OpenTelemetry Authors
4
6
  *
@@ -14,8 +16,6 @@
14
16
  * See the License for the specific language governing permissions and
15
17
  * limitations under the License.
16
18
  */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.getWebAutoInstrumentations = void 0;
19
19
  var utils_1 = require("./utils");
20
20
  Object.defineProperty(exports, "getWebAutoInstrumentations", { enumerable: true, get: function () { return utils_1.getWebAutoInstrumentations; } });
21
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,iCAA+E;AAAtE,mHAAA,0BAA0B,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { getWebAutoInstrumentations, InstrumentationConfigMap } from './utils';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;GAcG;AACH,iCAAqD;AAA5C,mHAAA,0BAA0B,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport { getWebAutoInstrumentations } from './utils';\nexport type { InstrumentationConfigMap } from './utils';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/auto-instrumentations-web",
3
- "version": "0.47.0",
3
+ "version": "0.48.1",
4
4
  "description": "Metapackage which bundles opentelemetry node core and contrib instrumentations",
5
5
  "author": "OpenTelemetry Authors",
6
6
  "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-web#readme",
@@ -18,10 +18,10 @@
18
18
  "repository": "open-telemetry/opentelemetry-js-contrib",
19
19
  "scripts": {
20
20
  "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
21
+ "setup:dev": "nx run-many -t compile -p @opentelemetry/auto-instrumentations-web",
21
22
  "compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
22
23
  "lint": "eslint . --ext .ts",
23
24
  "lint:fix": "eslint . --ext .ts --fix",
24
- "prewatch": "npm run precompile",
25
25
  "prepublishOnly": "npm run compile",
26
26
  "test:browser": "nyc karma start --single-run",
27
27
  "watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json"
@@ -60,11 +60,11 @@
60
60
  "webpack-merge": "5.10.0"
61
61
  },
62
62
  "dependencies": {
63
- "@opentelemetry/instrumentation": "^0.201.0",
64
- "@opentelemetry/instrumentation-document-load": "^0.46.0",
65
- "@opentelemetry/instrumentation-fetch": "^0.201.0",
66
- "@opentelemetry/instrumentation-user-interaction": "^0.46.0",
67
- "@opentelemetry/instrumentation-xml-http-request": "^0.201.0"
63
+ "@opentelemetry/instrumentation": "^0.202.0",
64
+ "@opentelemetry/instrumentation-document-load": "^0.47.1",
65
+ "@opentelemetry/instrumentation-fetch": "^0.202.0",
66
+ "@opentelemetry/instrumentation-user-interaction": "^0.47.0",
67
+ "@opentelemetry/instrumentation-xml-http-request": "^0.202.0"
68
68
  },
69
69
  "files": [
70
70
  "build/src/**/*.js",
@@ -77,5 +77,5 @@
77
77
  "build/esnext/**/*.js.map",
78
78
  "build/esnext/**/*.d.ts"
79
79
  ],
80
- "gitHead": "393b51596dc869983a03ce8857658029ca122a15"
80
+ "gitHead": "52dd28deae0ebfbec43bdaed82f4749fc9803797"
81
81
  }