feat(http): add request and response tracing behind feature flag (#2079)

This commit is contained in:
Amr Bashir
2024-11-21 17:08:34 +02:00
committed by GitHub
parent fecfd5533a
commit a3b553ddb4
13 changed files with 32 additions and 17 deletions
Generated
+4 -4
View File
@@ -6456,7 +6456,6 @@ name = "tauri-plugin-autostart"
version = "2.0.1"
dependencies = [
"auto-launch",
"log",
"serde",
"serde_json",
"tauri",
@@ -6520,7 +6519,6 @@ name = "tauri-plugin-deep-link"
version = "2.0.1"
dependencies = [
"dunce",
"log",
"rust-ini",
"serde",
"serde_json",
@@ -6528,6 +6526,7 @@ dependencies = [
"tauri-plugin",
"tauri-utils",
"thiserror 2.0.3",
"tracing",
"url",
"windows-registry 0.3.0",
"windows-result 0.2.0",
@@ -6627,6 +6626,7 @@ dependencies = [
"tauri-plugin-fs",
"thiserror 2.0.3",
"tokio",
"tracing",
"url",
"urlpattern",
]
@@ -6793,13 +6793,13 @@ dependencies = [
name = "tauri-plugin-single-instance"
version = "2.0.1"
dependencies = [
"log",
"semver",
"serde",
"serde_json",
"tauri",
"tauri-plugin-deep-link",
"thiserror 2.0.3",
"tracing",
"windows-sys 0.59.0",
"zbus 4.4.0",
]
@@ -6826,13 +6826,13 @@ name = "tauri-plugin-store"
version = "2.1.0"
dependencies = [
"dunce",
"log",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror 2.0.3",
"tokio",
"tracing",
]
[[package]]