Open kosty-sentry-dw-eval opened 1 month ago
Assigning to @getsentry/support for routing ⏲️
We got PR open at #11533. I just want to make sure that we fully understand how our SDKs work. Just because an SDK uses an async transport, it does not mean that the overhead magically disappears.
I just want to make sure that we fully understand how our SDKs work. Just because an SDK uses an async transport, it does not mean that the overhead magically disappears.
yes, also 'overhead' is not very precise, the answer is different depending on what you mean by it :)
You most likely don't want errors to be sent to Sentry when you are developing or running tests
curious why is SDK overhead a bigger problem when developing or testing rather than production? I understand you want quick local iterations but still there's something off in that logic...
SDK
PHP SDK
Description
https://docs.sentry.io/platforms/php/guides/laravel/#local-development-and-testing Mentions negative effect of Sentry SDK on performance. I believe it may be a bit misleading
Context: this section seems to be picked up a lot by RAG as it matches certain use cases well and other platforms don't have an equivalent doc. It's on RAG that it wasn't able to tell it's SDK-specific, but maybe we can meet it halfway? 🙂
Suggested Solution
add something along the lines of "because PHP unlike other platforms doesn't have background threads"? (@cleptric correct me if this is wrong please)