@ogcio/o11y-sdk-react 0.10.2 → 0.11.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.
|
@@ -4,6 +4,6 @@ export * from "./lib/utils.js";
|
|
|
4
4
|
export * from "./lib/traces.js";
|
|
5
5
|
export { buildFaroInstrumentation as instrumentFaro };
|
|
6
6
|
export type { Span, SpanStatus } from "@opentelemetry/api";
|
|
7
|
-
export { SpanKind, SpanStatusCode, TraceFlags } from "@opentelemetry/api";
|
|
7
|
+
export { SpanKind, SpanStatusCode, TraceFlags, Exception, } from "@opentelemetry/api";
|
|
8
8
|
export { withFaroErrorBoundary, withFaroProfiler, type Faro, } from "@grafana/faro-react";
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,MAAM,+BAA+B,CAAC;AAErE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,wBAAwB,IAAI,cAAc,EAAE,CAAC;AAEtD,YAAY,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAE3D,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,MAAM,+BAA+B,CAAC;AAErE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,wBAAwB,IAAI,cAAc,EAAE,CAAC;AAEtD,YAAY,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAE3D,OAAO,EACL,QAAQ,EACR,cAAc,EACd,UAAU,EACV,SAAS,GACV,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EAChB,KAAK,IAAI,GACV,MAAM,qBAAqB,CAAC"}
|
package/dist/sdk-react/index.js
CHANGED
|
@@ -3,6 +3,6 @@ export * from "./lib/index.js";
|
|
|
3
3
|
export * from "./lib/utils.js";
|
|
4
4
|
export * from "./lib/traces.js";
|
|
5
5
|
export { buildFaroInstrumentation as instrumentFaro };
|
|
6
|
-
export { SpanKind, SpanStatusCode, TraceFlags } from "@opentelemetry/api";
|
|
6
|
+
export { SpanKind, SpanStatusCode, TraceFlags, } from "@opentelemetry/api";
|
|
7
7
|
export { withFaroErrorBoundary, withFaroProfiler, } from "@grafana/faro-react";
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,MAAM,+BAA+B,CAAC;AAErE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,wBAAwB,IAAI,cAAc,EAAE,CAAC;AAItD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,MAAM,+BAA+B,CAAC;AAErE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,wBAAwB,IAAI,cAAc,EAAE,CAAC;AAItD,OAAO,EACL,QAAQ,EACR,cAAc,EACd,UAAU,GAEX,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,qBAAqB,EACrB,gBAAgB,GAEjB,MAAM,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ogcio/o11y-sdk-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "Opentelemetry standard instrumentation SDK for React based project",
|
|
5
5
|
"main": "dist/sdk-react/index.js",
|
|
6
6
|
"types": "dist/sdk-react/index.d.ts",
|
|
@@ -23,27 +23,27 @@
|
|
|
23
23
|
"author": "team:ogcio/observability",
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@grafana/faro-react": "2.3
|
|
27
|
-
"@grafana/faro-web-sdk": "2.3
|
|
28
|
-
"@grafana/faro-web-tracing": "2.3
|
|
26
|
+
"@grafana/faro-react": "2.6.3",
|
|
27
|
+
"@grafana/faro-web-sdk": "2.6.3",
|
|
28
|
+
"@grafana/faro-web-tracing": "2.6.3",
|
|
29
29
|
"@opentelemetry/api": "1.9.1",
|
|
30
|
-
"@opentelemetry/core": "2.
|
|
31
|
-
"@opentelemetry/instrumentation-document-load": "0.
|
|
32
|
-
"@opentelemetry/instrumentation-fetch": "0.
|
|
33
|
-
"@opentelemetry/instrumentation-user-interaction": "0.
|
|
30
|
+
"@opentelemetry/core": "2.7.1",
|
|
31
|
+
"@opentelemetry/instrumentation-document-load": "0.62.0",
|
|
32
|
+
"@opentelemetry/instrumentation-fetch": "0.217.0",
|
|
33
|
+
"@opentelemetry/instrumentation-user-interaction": "0.61.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@grafana/faro-core": "2.3
|
|
37
|
-
"@opentelemetry/sdk-trace-base": "2.
|
|
36
|
+
"@grafana/faro-core": "2.6.3",
|
|
37
|
+
"@opentelemetry/sdk-trace-base": "2.7.1",
|
|
38
38
|
"@testing-library/react": "16.3.2",
|
|
39
|
-
"@types/node": "25.6.
|
|
39
|
+
"@types/node": "25.6.2",
|
|
40
40
|
"@types/react": "19.2.14",
|
|
41
|
-
"@vitest/coverage-v8": "4.1.
|
|
41
|
+
"@vitest/coverage-v8": "4.1.5",
|
|
42
42
|
"happy-dom": "20.9.0",
|
|
43
|
-
"react": "19.2.
|
|
44
|
-
"react-dom": "19.2.
|
|
45
|
-
"typescript": "6.0.
|
|
46
|
-
"vitest": "4.1.
|
|
43
|
+
"react": "19.2.6",
|
|
44
|
+
"react-dom": "19.2.6",
|
|
45
|
+
"typescript": "6.0.3",
|
|
46
|
+
"vitest": "4.1.5"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"react": "^18.0.0 || ^19.0.0",
|