@grafana/faro-web-tracing
Version:
Faro web tracing implementation.
75 lines (74 loc) • 2.73 kB
JSON
{
"name": "@grafana/faro-web-tracing",
"version": "1.14.3",
"description": "Faro web tracing implementation.",
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"observability",
"apm",
"rum",
"logs",
"traces",
"metrics",
"browser",
"opentelemetry"
],
"license": "Apache-2.0",
"author": "Grafana Labs",
"homepage": "https://github.com/grafana/faro-web-sdk",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/grafana/faro-web-sdk.git",
"directory": "packages/web-tracing"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"files": [
".browserslistrc",
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"start": "yarn watch",
"build": "run-s build:*",
"build:compile": "run-p build:compile:*",
"build:compile:cjs": "tsc --build tsconfig.cjs.json",
"build:compile:esm": "tsc --build tsconfig.esm.json",
"build:compile:bundle": "run-s build:compile:bundle:*",
"build:compile:bundle:create": "rollup -c ./rollup.config.js",
"build:compile:bundle:remove-extras": "rimraf dist/bundle/dist",
"watch": "run-s watch:compile",
"watch:compile": "yarn build:compile:cjs -w",
"clean": "rimraf dist/ yarn-error.log",
"quality": "run-s quality:*",
"quality:test": "jest",
"quality:format": "prettier --cache --cache-location=../../.cache/prettier/webTracing --ignore-path ../../.prettierignore -w \"./**/*.{js,jsx,ts,tsx,css,scss,md,yaml,yml,json}\"",
"quality:lint": "run-s quality:lint:*",
"quality:lint:eslint": "eslint --cache --cache-location ../../.cache/eslint/webTracing --ignore-path ../../.eslintignore \"./**/*.{js,jsx,ts,tsx}\"",
"quality:lint:prettier": "prettier --cache --cache-location=../../.cache/prettier/webTracing --ignore-path ../../.prettierignore -c \"./**/*.{js,jsx,ts,tsx,css,scss,md,yaml,yml,json}\"",
"quality:lint:md": "markdownlint README.md",
"quality:circular-deps": "madge --circular ."
},
"dependencies": {
"@grafana/faro-web-sdk": "^1.14.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^2.0.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.57.0",
"@opentelemetry/instrumentation": "^0.57.0",
"@opentelemetry/instrumentation-fetch": "^0.57.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.57.0",
"@opentelemetry/otlp-transformer": "^0.57.1",
"@opentelemetry/resources": "^1.30.0",
"@opentelemetry/sdk-trace-web": "^1.30.0",
"@opentelemetry/semantic-conventions": "^1.28.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eaad1e4e4889aaa9a5a3539e169edc025d993ab0"
}