Anton Pirker
Anton Pirker
Hey @guiscaranse I need to be annoying again. Could you merge master again into this branch? Then the tests should be all green. Thanks!
Yes, this is kind of embarrassing by now. I will try to make time for this.
No update right now sorry. But I will bring this up in our internal daily today, so we can find time to make this happen.
Hey @trovafer ! Do you get the `WARNING: Not running in AWS Lambda environment` message when running an actual Lambda function in AWS? (what python runtime are you using?)
Ok, thanks for letting us know.
Tests are ok now, so I am closing this for now.
Hey @craigds @yswtrue @stijntratsaertit @dmitry-vlt We have a grpc intregration now. Have a look here: https://docs.sentry.io/platforms/python/configuration/integrations/grpc/
Hey @ynouri ! Great work! I have moved the decorator into the `tracing` package and renamed it to align with how this is named in other Sentry SDKs. We would...
Hey @ynouri I will change the API, ab bit, because we have some things that should be working the same over different programming languages. Also the span.op should not be...
I have now removed the creation of the transaction in your decorator and also set the span `op` always to `function`. I know this might now frustrate you because you...