@grafana/faro-web-tracing 1.0.0-beta1 → 1.0.0-beta2

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,4 +2,5 @@
2
2
 
3
3
  This package provides tools for integrating [Open Telemetry](https://opentelemetry.io/docs/instrumentation/js/)
4
4
  based tracing with the [Faro for the web](https://github.com/grafana/faro-web-sdk/tree/main/packages/web).
5
- See [quick start document](../../docs/sources/tutorials/quick-start-browser.md) for instructions how to set up and use.
5
+ See [quick start document](https://github.com/grafana/faro-web-sdk/blob/main/docs/sources/tutorials/quick-start-browser.md)
6
+ for instructions how to set up and use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/faro-web-tracing",
3
- "version": "1.0.0-beta1",
3
+ "version": "1.0.0-beta2",
4
4
  "description": "Faro web tracing implementation.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",
@@ -33,7 +33,7 @@
33
33
  "quality:circular-deps": "madge --circular ."
34
34
  },
35
35
  "dependencies": {
36
- "@grafana/faro-core": "^1.0.0-beta1",
36
+ "@grafana/faro-core": "^1.0.0-beta2",
37
37
  "@opentelemetry/api": "^1.1.0",
38
38
  "@opentelemetry/context-zone": "^1.7.0",
39
39
  "@opentelemetry/core": "^1.7.0",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "cdbe104dbbffcbd681e4342d6817227ef4dff0e4"
58
+ "gitHead": "908d0abf71a64a38bd9d5cc1bbba26d52e4ae063"
59
59
  }