Douman
Douman
@saiintbrisson Can you maybe rebase your work on current master? I'm thinking to use patched version of sentry and maybe will make PR against yours to add Switch hub guard
I created prototype of my idea: https://github.com/saiintbrisson/sentry-rust/pull/1 It will capture Hub on span creation and create switch guard on every enter of the span while dropping guard in exit @Swatinem...
@saiintbrisson Can you apply comments on your PR?
>use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead This is due to Rust team introducing unnecessary lints with each version Do you want to silence it? Using PanicHookInfo requires...
> What's the reason behind putting these methods in TransactionData Because acquiring lock every time you need to add data point is pointless > Additionally, it looks like this is...
Is this crate still maintained?
Is there any utility to create some sort of dummy/test setup for sentry in order to create transactions and read its data later? I'm wondering if there are some tests...
Created PR with basic test as follow up https://github.com/getsentry/sentry-rust/pull/703
Just a note I was building 1.9.0 with msvc and it doesn't seem to be compiling even on native compiler? ``` nng\src\platform\windows\win_tcpconn.c(264,15): error: incompatible integer to pointer conversion passing 'SOCKET'...
I saw someone already cherry picked changes and merged it into stable branch so it is all good Not sure about other MinGW issues as I do not use it...