Stian Brattland

Results 9 comments of Stian Brattland

@auhlig @gondor it seems that activity has been low since June / July. Are you guys still keeping an eye on issues and pull requests?

This should be solvable by either moving to openjdk8 or specifying `dist:trusty` in the travis.yml file. https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/3

When I start a new thread, I cannot pass an existing hub from the current thread to the new thread. This will eventually lead to unpredictable results. Whenever you invoke...

I may be wrong in my memory / assumptions, but I'm using the `sentry-spring-boot-starter` and I believe it sets `globalHubMode` to `false` ? If I clone the hub on the...

Looking at `SentryTracingFilter ` seems to confirm that `globalHubMode` is set to false for Spring Boot - `bindToScope(true)`. ``` final TransactionOptions transactionOptions = new TransactionOptions(); transactionOptions.setCustomSamplingContext(customSamplingContext); transactionOptions.setBindToScope(true); return hub.startTransaction( new...

@romtsn @bruno-garcia would it be possible to somehow change this, so that spans created on a cloned `IHub` becomes thread local? Spans which covers multiple threads may not be very...

@bruno-garcia I understand that, but does this mean that - in the case of `globalHubMode = false` - it will not be possible to simply clone the thread local hub...

Alright! But, if I wanted to make it configurable, is there a way to inject config variables into a freemarker template (which generates the client)? Do you work with any...

Sounds excactly what I'm thinking of. My colleagues are really happy about the application, but the only thing they've been mentioning is that the workflow becomes a little cumbersome when...