윤진석

Results 2 issues of 윤진석

I have been encountering "Error: Client network socket disconnected before secure TLS connection was established" errors recently without any specific cause when connecting to PostgreSQL through RDS Proxy. These errors...

I expected that I can track a transaction for 3rd party social login like below: ``` const currentTransaction = apm.getCurrentTransaction(); const redirectUrl = `${authUrl}?elasticTxId=${currentTransaction.id}`; // 3rd party callback redirects const...