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: stream envelope directly to file #1021

Merged
merged 10 commits into from
Jul 30, 2024
Merged

Conversation

supervacuus
Copy link
Collaborator

Partially fixes #1001

- implement the posix file variant
- remove the intermediate wrappers?
- should we adapt jsonwrite interfaces to check the bytes written for every byte?
this is still a shitty structure regarding the split of functionality betweeen envelopes and paths, but we're getting there.

there should be os-specific file APIs invoked in sentry_envelope.c and there should be no non-path related interfaces exposed in sentry_path_*.
Copy link

github-actions bot commented Jul 29, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against d3f1d52

src/path/sentry_path_unix.c Show resolved Hide resolved
src/path/sentry_path_windows.c Show resolved Hide resolved
@supervacuus supervacuus merged commit 45fa26b into master Jul 30, 2024
21 checks passed
@supervacuus supervacuus deleted the feat/stream_envelope_to_file branch July 30, 2024 17:06
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.

Stream envelopes to file directly
2 participants