otel_url_launcher 0.1.0
otel_url_launcher: ^0.1.0 copied to clipboard
OpenTelemetry instrumentation for `package:url_launcher`. Wraps launchUrl / canLaunchUrl with url.* semconv spans.
Changelog #
0.1.0 - 2026-08-10 #
Added #
tracedLaunchUrl(url, ...)— wrapslaunchUrlwith a CLIENT span carryingurl.full,url.scheme,url_launcher.operation=launch.tracedCanLaunchUrl(url)— same wrap forcanLaunchUrl.tracedUrlLauncherCall<R>— generic helper.- Zone-scoped suppression
(
runWithoutUrlLauncherInstrumentation/ async variant). UrlLauncherSemanticsenum — theurl_launcher.operationattribute key as a typed constant.example/example.md.- 3 tests.
Changed #
url_launcherfloor raised to^6.1.0, wherelaunchUrl,LaunchMode, andWebViewConfigurationfirst exist.