The problem is, I want my production server to throw an error to https://sentry.io/ if there is an error because of nesting level more than x step. We had incident recently and it took us a few days to investigate, finally we found out that one segment of the code causes an infinity loop.
I took a few hours to look on the internet but so far I found the solution that involve xdebug (using xdebug.max_nesting_level variable) and I don't want to enable that on my production server because it will slow down the request.
Does anyone know how to limit max_nesting_level without using xdebug? Other idea is welcome too :)
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I need some help how can I solve this error, im installing the extension ERP
I was trying to make a URL shortenerWhere the give url needs to convert to base 62
I want to prepare an SQL insert statement inside PHP for loop, my statement is something like this
I am using the Stripejs payment form for my PHP website