File tree Expand file tree Collapse file tree 10 files changed +11
-9
lines changed
exporter-logs-otlp-grpc/src
exporter-trace-otlp-grpc/src
exporter-trace-otlp-http/src
opentelemetry-exporter-metrics-otlp-grpc/src
opentelemetry-exporter-metrics-otlp-proto/src
opentelemetry-sdk-node/src Expand file tree Collapse file tree 10 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ All notable changes to experimental packages in this project will be documented
3030
3131### :bug : (Bug Fix)
3232
33+ * fix(otlp-exporter-\* ): de-confuse Nuxt build tooling by not using 'export * ' in comments [ #5227 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/5227 ) @pichlermarc
34+
3335### :books : (Refine Doc)
3436
3537### :house : (Internal)
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './OTLPLogExporter' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './OTLPTraceExporter' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './platform' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './OTLPTraceExporter' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './node' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './OTLPTraceExporter' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './OTLPMetricExporter' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * from './OTLPMetricExporter' ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/* eslint no-restricted-syntax: ["warn", "ExportAllDeclaration"] --
18- * TODO: Replace export * with named exports before next major version
18+ * TODO: Replace wildcard export with named exports before next major version
1919 */
2020export * as api from '@opentelemetry/api' ;
2121export * as contextBase from '@opentelemetry/api' ;
You can’t perform that action at this time.
0 commit comments