saloon icon indicating copy to clipboard operation
saloon copied to clipboard

Notifications are not sent to Sentry

Open axcherednikov opened this issue 1 year ago • 2 comments

Hi!

Laravel saloon does not send data to Sentry, although GuzzleSender is used. If we use HttpClient from Laravel, everything is sent instantly. Can you tell me what changes are needed on your part for notifications to arrive?

axcherednikov avatar Sep 25 '24 21:09 axcherednikov

I don't know, but just to help you in this case we are getting the notifications in Sentry.

gurpreetkaits avatar Aug 13 '25 10:08 gurpreetkaits

I had the same problem as you.

It turns out that Sentry sends a lot of informations (log data), which means you can have a large payload.

And this time, it's Sentry that's returning an error.

https://develop.sentry.dev/sdk/data-model/envelopes/#size-limits

squiaios avatar Nov 04 '25 14:11 squiaios