Anton Pirker

Results 359 comments of Anton Pirker

To everyone: It is an open source project. Everyone can just fix something and then submit a pull request of the fix. This way life gets better for everybody.

In my case I have a third party Lambda Layer added to my lambda functions. After every `chalice deploy` I have to re-add the Layer to all my Lambda functions....

I also like the idea a lot. But I guess the first step for this would be to compile a list of features that can be implemented the SDKs. I...

Do Laravel or Symfony have something that can be used out of the box? Having this only in one framework is also a possiblity.

Sounds like a idea on how to do this. Could the SDK discover the queue worker by itself and hook into it, so the SDK can use the queue worker...

Thanks everyone for the input. Really amazing! tl;dr: The agent is probably the best way to go. I will close this issue now and we will start discussions about the...

Yes, relay does retry in case the data can not be sent on the first try. See also here for all the configuration you can set in relay: https://docs.sentry.io/product/relay/options/

Hey @jrojasendava Could you post the code of your Lambda function here so we can try to reproduce this? If the context is not sent at all it sure is...

It could also be that you need to set the context outside the handler? Can this be? (I have to admin I am not very deep into our Lambda integration...

Hi @takeda Could you supply code for a sample Lambda function where I could reproduce this? Thanks!