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

Remove the sentry_remove_transaction function from sentry-contrib-native-sys #4

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

alokedesai
Copy link
Member

@alokedesai alokedesai commented Nov 14, 2024

The version of Sentry Native that this fork depends on does not include the sentry_remove_transaction function (it was removed in getsentry/sentry-native#652).

This PR:

  1. Removes the function from the sys crate
  2. Reimplements remove_transaction in sentry-contrib-native (the non sys version of the crate) by passing a null ptr to that function, as suggested in this comment: https://github.com/getsentry/sentry-native/pull/652/files#r783840893

I'm unable to compile this crate on Windows because of this issue.

@alokedesai alokedesai requested a review from vorporeal November 14, 2024 18:58
@alokedesai alokedesai merged commit 52e7a78 into master Nov 14, 2024
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.

2 participants