Peter de Kraker
Peter de Kraker
Somehow it works now for me again. I use Buildtools version 34.0.0, and compileSdk 34. With latest Android SDK updates from check for updates dialog in Android studio. (Paparazzi 1.3.3)...
@adinauer I can check, but how would I do that? I don't know if you can set breakpoints on library code? I'll try.
``` @Override public void onBeforeAnyExecute(final @NotNull StatementInformation statementInformation) { final ISpan parent = hub.getSpan(); if (parent != null && !parent.isNoOp()) { final ISpan span = parent.startChild("db.query", statementInformation.getSql()); CURRENT_SPAN.set(span); span.getSpanContext().setOrigin(TRACE_ORIGIN); }...
Also only wrapping non suspend functions part (including the DB calls) with a `Transaction` doesn't do anything.
Am I doing something wrong the the trace wrapping logic? span is empty, right after transaction start ``` val transaction = Sentry.startTransaction(name, operation) try { val hub = Sentry.getCurrentHub() //exists...
@adinauer I was just looking into that indeed. The span is not empty now! And indeed the JDBC breakpoint triggers and I do get query data now in Sentry! Great....
We are hitting this error in a few of our UI tests when using 4.1.0. Downgrade to 4.0.4 fixes the issue. First test of that suite goes ok, all the...
Tested it with the 4.1.1-Beta1 and now our UI tests succeed. 👍
> I noticed above and with my machine (with kernel 6.14) the B580 shows PCIe 1.0 x1 link speed. Breaking this down with lspci -tv shows the tree for the...
I tried the solution of @TWiStErRob , but can't seem to get it to run only the screenshot tests that are marked with a Category. (I just want to run...