Anton Pirker

Results 359 comments of Anton Pirker

Hey @bartolootrit ! Turns out I can not merge https://github.com/getsentry/sentry-python/pull/1378 because it fails (because it has not Falcon 3 support) :-) So I changed this PR to be merge into...

Hello @bergentroll , can you assemble a Django project with a manage command where this error is happening so we can reproduce this?

Hey @timharsch ! Thanks for writing in. A really nice solution you have there for having dynamic sample rates for your endpoints. I think there would be an easy fix...

More info from Iker: > thats not the redis set operation. the redis set is happening just before the last redis del command. > if you look at the code...

Input from Markus: > you should be able to repro this issue by calling sentry.relay.projectconfig_cache.set() yourself, like in that task. it should create a span because it talks to redis,...

Hello @ziima We are going to update the integration to support Django 4.0 in full and I think this Issue will then also be a good candidate to include in...

Hello @zhaowb Thanks for bringing this up. First: Your solution looks good! One thing about getting the client, in our integrations we do this like this (its a little easier...

@untitaker Do you know if this is still relevant? Is this something we should keep and fix?

Just out of curiosity: Is it possible to use open telemetry [1] for this? If Sentry could send trace data in an open telemetry compatible format to an open telemetry...

Ok, thanks @matthewmucker-vizio. So we forget about otel for the time being. ;-)