sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

feat(v8): Remove span.toTraceparent method

Open AbhiPrasad opened this issue 1 year ago • 1 comments

ref https://github.com/getsentry/sentry-javascript/issues/10677

AbhiPrasad avatar Feb 16 '24 20:02 AbhiPrasad

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.78 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.03 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.97 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.54 KB (-0.03% 🔽)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 33.24 KB (-0.03% 🔽)
@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 33.14 KB (-0.03% 🔽)
@sentry/browser (incl. Feedback) - Webpack (gzipped) 31.13 KB (0%)
@sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.13 KB (0%)
@sentry/browser - Webpack (gzipped) 22.41 KB (0%)
@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.02 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.53 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 33.49 KB (-0.04% 🔽)
@sentry/browser - ES6 CDN Bundle (gzipped) 24.69 KB (0%)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 212.28 KB (-0.02% 🔽)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 101 KB (-0.04% 🔽)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 73.87 KB (0%)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.79 KB (-0.04% 🔽)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.34 KB (-0.02% 🔽)
@sentry/react - Webpack (gzipped) 22.44 KB (0%)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 86.82 KB (-0.01% 🔽)
@sentry/nextjs Client - Webpack (gzipped) 50.05 KB (-0.03% 🔽)
@sentry-internal/feedback - Webpack (gzipped) 17.16 KB (0%)

github-actions[bot] avatar Feb 16 '24 20:02 github-actions[bot]

devDependencies:
+ @sentry/rollup-plugin 2.14.1
+ rollup 4.0.2 (4.12.0 is available)
+ vitest 0.34.6 (1.3.1 is available)

Done in 4.3s
Progress: resolved 215, reused 0, downloaded 165, added 165, done

> [email protected] build /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps
> rollup --config rollup.config.mjs


./src/app.js → ./dist/app.js...
[sentry-rollup-plugin] Info: Sending error and performance telemetry data to Sentry. To disable telemetry, set `options.telemetry` to `false`.
[!] (plugin sentry-rollup-debug-id-upload-plugin) TypeError: uploadSpan.toTraceparent is not a function
    at _callee3$ (file:///home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/node_modules/.pnpm/@[email protected]/node_modules/@sentry/bundler-plugin-core/src/debug-id-upload.ts:156:40)
    at tryCatch (file:///home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/node_modules/.pnpm/@[email protected]/node_modules/@sentry/bundler-plugin-core/dist/esm/index.mjs:83:17)
    at Generator.<anonymous> (file:///home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/node_modules/.pnpm/@[email protected]/node_modules/@sentry/bundler-plugin-core/dist/esm/index.mjs:164:22)
    at Generator.next (file:///home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/node_modules/.pnpm/@[email protected]/node_modules/@sentry/bundler-plugin-core/dist/esm/index.mjs:108:21)
    at asyncGeneratorStep (file:///home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/node_modules/.pnpm/@[email protected]/node_modules/@sentry/bundler-plugin-core/dist/esm/index.mjs:354:24)
    at _next (file:///home/runner/work/sentry-javascript/sentry-javascript/dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/node_modules/.pnpm/@[email protected]/node_modules/@sentry/bundler-plugin-core/dist/esm/index.mjs:373:9)

oof

AbhiPrasad avatar Feb 20 '24 15:02 AbhiPrasad