Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

amrbashir
Copy link
Member

@amrbashir amrbashir commented Nov 20, 2024

closes #2055

Users can use tauri-plugin-log or CrabeNebula devtools to inspect the requests and responses.

@amrbashir amrbashir requested a review from a team as a code owner November 20, 2024 02:35
Copy link
Contributor

github-actions bot commented Nov 20, 2024

Package Changes Through 6ff999f

There are 15 changes which include upload with minor, upload-js with minor, deep-link with patch, deep-link-js with patch, log-plugin with patch, log-js with patch, fs with patch, fs-js with patch, http with patch, localhost with minor, opener with major, opener-js with major, positioner-js with minor, positioner with minor, sql with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.5 2.0.6
api-example-js 2.0.2 2.0.3
deep-link-example-js 2.0.0 2.0.1
deep-link 2.0.1 2.0.2
deep-link-js 2.0.0 2.0.1
fs 2.0.3 2.0.4
fs-js 2.0.2 2.0.3
dialog 2.0.3 2.0.4
opener 1.0.0 2.0.0
opener-js 1.0.0 2.0.0
http 2.0.3 2.0.4
localhost 2.0.1 2.1.0
log-plugin 2.0.2 2.0.3
log-js 2.0.0 2.0.1
persisted-scope 2.0.3 2.0.4
positioner 2.0.2 2.1.0
positioner-js 2.0.1 2.1.0
single-instance 2.0.1 2.0.2
sql 2.0.2 2.0.3
upload 2.1.0 2.2.0
upload-js 2.1.0 2.2.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars
Copy link
Member

iirc in tauri we're using tracing in tauri (and log in cli stuff). i think that makes sense here too? I also still use log in my projects but i hear again and again that tracing should be used instead especially in async contexts.

@amrbashir amrbashir merged commit a3b553d into v2 Nov 21, 2024
150 checks passed
@amrbashir amrbashir deleted the feat/http-tracing branch November 21, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[http] can't debug requests
2 participants