@grafana/faro-web-tracing 1.7.0 → 1.7.2
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.
|
@@ -2,7 +2,7 @@ import type { ContextManager, TextMapPropagator } from '@opentelemetry/api';
|
|
|
2
2
|
import type { InstrumentationOption } from '@opentelemetry/instrumentation';
|
|
3
3
|
import type { ResourceAttributes } from '@opentelemetry/resources';
|
|
4
4
|
import type { SpanProcessor } from '@opentelemetry/sdk-trace-web';
|
|
5
|
-
import type { Patterns } from '
|
|
5
|
+
import type { Patterns } from '@grafana/faro-core';
|
|
6
6
|
import type { API } from '@grafana/faro-web-sdk';
|
|
7
7
|
export interface FaroTraceExporterConfig {
|
|
8
8
|
api: API;
|
package/dist/cjs/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ContextManager, TextMapPropagator } from '@opentelemetry/api';\nimport type { InstrumentationOption } from '@opentelemetry/instrumentation';\nimport type { ResourceAttributes } from '@opentelemetry/resources';\nimport type { SpanProcessor } from '@opentelemetry/sdk-trace-web';\nimport type { Patterns } from '
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ContextManager, TextMapPropagator } from '@opentelemetry/api';\nimport type { InstrumentationOption } from '@opentelemetry/instrumentation';\nimport type { ResourceAttributes } from '@opentelemetry/resources';\nimport type { SpanProcessor } from '@opentelemetry/sdk-trace-web';\n\nimport type { Patterns } from '@grafana/faro-core';\nimport type { API } from '@grafana/faro-web-sdk';\n\nexport interface FaroTraceExporterConfig {\n api: API;\n}\n\nexport interface TracingInstrumentationOptions {\n resourceAttributes?: ResourceAttributes;\n propagator?: TextMapPropagator;\n contextManager?: ContextManager;\n instrumentations?: InstrumentationOption[];\n spanProcessor?: SpanProcessor;\n instrumentationOptions?: {\n propagateTraceHeaderCorsUrls: MatchUrlDefinitions;\n };\n}\n\nexport type MatchUrlDefinitions = Patterns;\n"]}
|
package/dist/esm/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ContextManager, TextMapPropagator } from '@opentelemetry/api';\nimport type { InstrumentationOption } from '@opentelemetry/instrumentation';\nimport type { ResourceAttributes } from '@opentelemetry/resources';\nimport type { SpanProcessor } from '@opentelemetry/sdk-trace-web';\nimport type { Patterns } from '
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ContextManager, TextMapPropagator } from '@opentelemetry/api';\nimport type { InstrumentationOption } from '@opentelemetry/instrumentation';\nimport type { ResourceAttributes } from '@opentelemetry/resources';\nimport type { SpanProcessor } from '@opentelemetry/sdk-trace-web';\n\nimport type { Patterns } from '@grafana/faro-core';\nimport type { API } from '@grafana/faro-web-sdk';\n\nexport interface FaroTraceExporterConfig {\n api: API;\n}\n\nexport interface TracingInstrumentationOptions {\n resourceAttributes?: ResourceAttributes;\n propagator?: TextMapPropagator;\n contextManager?: ContextManager;\n instrumentations?: InstrumentationOption[];\n spanProcessor?: SpanProcessor;\n instrumentationOptions?: {\n propagateTraceHeaderCorsUrls: MatchUrlDefinitions;\n };\n}\n\nexport type MatchUrlDefinitions = Patterns;\n"]}
|
package/dist/types/types.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { ContextManager, TextMapPropagator } from '@opentelemetry/api';
|
|
|
2
2
|
import type { InstrumentationOption } from '@opentelemetry/instrumentation';
|
|
3
3
|
import type { ResourceAttributes } from '@opentelemetry/resources';
|
|
4
4
|
import type { SpanProcessor } from '@opentelemetry/sdk-trace-web';
|
|
5
|
-
import type { Patterns } from '
|
|
5
|
+
import type { Patterns } from '@grafana/faro-core';
|
|
6
6
|
import type { API } from '@grafana/faro-web-sdk';
|
|
7
7
|
export interface FaroTraceExporterConfig {
|
|
8
8
|
api: API;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/faro-web-tracing",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "Faro web tracing implementation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"observability",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"quality:circular-deps": "madge --circular ."
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@grafana/faro-web-sdk": "^1.7.
|
|
55
|
+
"@grafana/faro-web-sdk": "^1.7.2",
|
|
56
56
|
"@opentelemetry/api": "^1.7.0",
|
|
57
57
|
"@opentelemetry/context-zone": "^1.18.1",
|
|
58
58
|
"@opentelemetry/core": "^1.18.1",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "1561e10c2a8e46fd765589d7aaf38e68731edd23"
|
|
72
72
|
}
|